GetCameraPosition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
==See Also== | ==See Also== | ||
{{Camera functions}} | {{Camera functions}} | ||
Revision as of 13:26, 12 November 2011
This function returns the position the player's camera would have if the camera mode is fixed (see setCameraMode).
Syntax
float float float getCameraPosition ( )
Returns
Returns three floats containing the x, y and z coordinates if the function was successful, false otherwise.
Example
This page lacks an example.
--Add an example here
See Also
- fadeCamera
- getCameraInterior
- getCameraMatrix
- getCameraTarget
- setCameraInterior
- setCameraMatrix
- setCameraTarget