onPreloadStarted: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "[[Arma_3:_Event_Handlers/addMissionEventHandler" to "[[Arma 3: Mission Event Handlers") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
{{Feature|arma3|In order to keep compatibility between official and community content the functions [[BIS_fnc_addStackedEventHandler]] and [[BIS_fnc_removeStackedEventHandler]] should be used instead.}} | {{Feature|arma3|In order to keep compatibility between official and community content the functions [[BIS_fnc_addStackedEventHandler]] and [[BIS_fnc_removeStackedEventHandler]] should be used instead.}} | ||
|s1= | |s1= [[onPreloadStarted]] command | ||
|p1= command: [[String]] or [[Code]] | |p1= command: [[String]] or [[Code]] | ||
Line 25: | Line 25: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>onPreloadStarted {diag_log "preload started"};</sqf> | ||
|seealso= [[onPreloadFinished]] | |seealso= [[onPreloadFinished]] | ||
}} | }} | ||
Revision as of 11:24, 13 May 2022
Description
- Description:
- Defines an action performed just before the preload screen started. Preload event occurs after briefing screen on mission start.
- Groups:
- Event Handlers
Syntax
- Syntax:
- onPreloadStarted command
- Parameters:
- command: String or Code
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- onPreloadFinished
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