Camera_FocusOnTargetEGroup
Focus the camera on a target enitity group.
Void Camera_FocusOnTargetEGroup(
)
Parameters
egroupIDThe entity group to focus on.
secs
Time in seconds to focus for.
Description
Focus the camera on a target enitity group.
Remarks
This function MUST be called through a CTRL object in NISlets if secs is greater then zero.
Example
Function Revisions
1.00: Initial function.
Source
LuaCamera.cpp (Part of the internal game resources)
See Also