BIS fnc camera tick: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (page filled)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


|game1= arma3
|game1= arma3
|version1= 1.00
|version1= 1.00


<!--|exec= server|=-->
|gr1= Camera
 
<!--|arg= local-->
 
<!--|eff= local-->


|descr= Ticks a camera. Updates position and view mode.
|descr= Ticks a camera. Updates position and view mode.


|s1= [camera] call [[BIS_fnc_camera_tick]]


||s1= [camera] call [[BIS_fnc_camera_tick]]|=Syntax
|p1= camera: [[Object]] - the camera
 
|p1= camera: [[Object]] - The camera


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[BIS_camera] [[call]] [[BIS_fnc_camera_tick]];</code>
|x1= <sqf>[BIS_camera] call BIS_fnc_camera_tick;</sqf>
 
|exec= call


|seealso= [[BIS_fnc_camera_init]]
|seealso= [[BIS_fnc_camera_init]]
}}
}}
[[Category:Function Group: Camera|{{uc:camera_tick}}]]
[[Category:Functions|{{uc:camera_tick}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:camera_tick}}]]

Latest revision as of 16:51, 8 November 2023

Hover & click on the images for description

Description

Description:
Ticks a camera. Updates position and view mode.
Execution:
call
Groups:
Camera

Syntax

Syntax:
[camera] call BIS_fnc_camera_tick
Parameters:
camera: Object - the camera
Return Value:
Nothing

Examples

Example 1:
[BIS_camera] call BIS_fnc_camera_tick;

Additional Information

See also:
BIS_fnc_camera_init

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