onPreloadStarted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(syntax, example)
Line 12: Line 12:
| '''onPreloadStarted''' command |= Syntax
| '''onPreloadStarted''' command |= Syntax


|p1= command: |= PARAMETER1  
|p1= command: [[String]] or [[Code]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 18: Line 18:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| Nothing |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>onPreloadStarted {diag_log "preload started";};</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 02:29, 9 November 2011

Hover & click on the images for description

Description

Description:
Defines an action performed just before the preload screen started.
Groups:
Uncategorised

Syntax

Syntax:
onPreloadStarted command
Parameters:
command: String or Code
Return Value:
Nothing

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

Notes

Bottom Section