BIS fnc camera setCam: Difference between revisions
Jump to navigation
Jump to search
m (page filled) |
m (fixed return value) |
||
Line 19: | Line 19: | ||
|p2= cameraInstance: [[Object]] - Camera instance | |p2= cameraInstance: [[Object]] - Camera instance | ||
|r1= [[ | |r1= [[Nothing]] | ||
|x1= <code>[BIS_camera,BIS_camera_instance] [[call]] [[BIS_fnc_camera_setCam]];</code> | |x1= <code>[BIS_camera,BIS_camera_instance] [[call]] [[BIS_fnc_camera_setCam]];</code> |
Revision as of 11:44, 9 January 2020
Description
- Description:
- Sets camera instance of camera object.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [camera, cameraInstance] call BIS_fnc_camera_setCam
- Parameters:
- camera: Object - The camera
- cameraInstance: Object - Camera instance
- Return Value:
- Nothing
Examples
- Example 1:
[BIS_camera,BIS_camera_instance] call BIS_fnc_camera_setCam;
Additional Information
- See also:
- BIS_fnc_camera_getCam
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