Civilization IV Python Documentation
CyCamera
Method Resolution Order
- CyCamera
- Boost.Python.instance
- __builtin__.object
Methods defined in this class
- GetBasePitch(...) - float ()
- GetBaseTurn(...) - float ()
- GetCameraMovementSpeed(...) - float ()
- GetCurrentPosition(...) - NiPoint3 ()
- GetDefaultViewPortCenter(...) - NiPoint2 CyCamera().GetDefaultViewPortCenter()
- GetDestinationPosition(...) - NiPoint3 ()
- GetLookAt(...) - void (NiPoint3 pt3LookAt)
- GetLookAtSpeed(...) - float ()
- GetTargetDestination(...) - NiPoint3 ()
- GetZoom(...) - float ()
- JustLookAt(...) - void (CyPlot().getPoint()) - centers on plot
- JustLookAtPlot(...) - void (CyPlot* pPlot) - centers on plot
- LookAt(...) - void (NiPoint3 pt3LookAt, CameraLookAtTypes type, NiPoint3 attackDirection) - centers the camera on the point
- LookAtUnit(...) - void (CyUnit) - follow a unit
- MoveBaseTurnLeft(...) - void (float increment)
- MoveBaseTurnRight(...) - void (float increment)
- ResetZoom(...) - void ()
- SetBasePitch(...) - void (float fBasePitch)
- SetBaseTurn(...) - void (float baseTurn)
- SetCameraMovementSpeed(...) - void (int (CameraMovementSpeeds) eSpeed)
- SetCurrentPosition(...) - void (NiPoint3 point)
- SetDestinationPosition(...) - void (NiPoint3 point)
- SetLookAtSpeed(...) - void (float fSpeed)
- SetTargetDestination(...) - void (NiPoint3 point)
- SetViewPortCenter(...) - void (NiPoint2 pt2Center)
- SetZoom(...) - void (float zoom=0.5)
- SimpleLookAt(...) - void (NiPoint3 &position, NiPoint3 &target) - moves the camera to position looking at target
- Translate(...) - void (NiPoint3 translation=(fX, fY, fZ)
- ZoomIn(...) - void (float increment=0.5)
- ZoomOut(...) - void (float increment)
- __init__(...)
- isMoving(...) - bool ()
- setOrthoCamera(...) - void (bool bNewValue)
Other Attributes
Inherited Attributes
- __dict__ = <dictproxy object>
- __new__ = <built-in method __new__ of Boost.Python.class object>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
- __weakref__ = <member '__weakref__' of 'Boost.Python.instance' objects...