BIS fnc timeline getCurrentTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
|s1= [timeline] call [[BIS_fnc_timeline_getCurrentTime]]
|s1= [timeline] call [[BIS_fnc_timeline_getCurrentTime]]


|p1= timeline: [[Object]] - The timeline object
|p1= timeline: [[Object]] - the timeline object


|r1= [[Number]] - Current time value
|r1= [[Number]] - current time value


|x1= <sqf>private _time = [timeline] call BIS_fnc_timeline_getCurrentTime;</sqf>
|x1= <sqf>private _time = [timeline] call BIS_fnc_timeline_getCurrentTime;</sqf>

Latest revision as of 15:00, 8 November 2023