Camera_SetZoomDist
Set the current zoom distance for the camera.
Void Camera_SetZoomDist(
)
Parameters
distanceThe distance to set the camera zoom at
Description
Set the current zoom distance for the camera.
Remarks
This function can be called through a CTRL and waited on.
This function was removed in version 1.3 of the game.
See here
Example
Function Revisions
1.30: Removal of function.
1.00: Initial function.
Source
LuaCamera.cpp (Part of the internal game resources)
See Also