camSetTarget

From Bohemia Interactive Community
Revision as of 23:36, 1 August 2006 by Hardrock (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Set the target object or position where the given camera should point at.Needs the call of camCommit to be conducted.
Groups:
Uncategorised

Syntax

Syntax:
camera camSetTarget target
Parameters:
camera: Object - object of type "camera"
target: Object - target location
Return Value:
Nothing

Examples

Example 1:
_cam camSetTarget _jeep
_cam camSetTarget [2540,1503,26]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section