Savecamera¶
Saves the current camera's configuration and limits for retrieval later using loadcamera.
Syntax¶
|savecamera|
Parameters¶
None.
Remarks¶
Specifically, it saves the following fields using SaveCameraPosition(true):
tempcamposis set tocamtargetpostempcamoffsetis set tocamoffsettempcamspeedis set tocamspeedtempcamangleoffsetis set tocamangleoffsettempcamtargetis set tocamtargettempmaplpis set tomap.camlimitpostempmaplnis set tomap.camlimitneg
They can be loaded back to their saved value using loadcamera, but it is also possible to do the same by calling SaveCameraPosition(false).