onPreloadStarted: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (fires on closing the map) |
m (template:command argument fix) |
||
Line 16: | Line 16: | ||
| '''onPreloadStarted''' command |= Syntax | | '''onPreloadStarted''' command |= Syntax | ||
|p1= command: [[String]] or [[Code]] |= | |p1= command: [[String]] or [[Code]] |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>[[onPreloadStarted]] {[[diag_log]] "preload started"};</code>|= | |x1= <code>[[onPreloadStarted]] {[[diag_log]] "preload started"};</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[onPreloadFinished]] |= | | [[onPreloadFinished]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:35, 7 April 2019
Description
- Description:
- Defines an action performed just before the preload screen started. Preload event occurs after briefing screen on mission start.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
onPreloadStarted {diag_log "preload started"};
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