Difference between revisions of "EndLoadingScreen"

From cluster wiki
Jump to navigation Jump to search
 
Line 63: Line 63:
<dd style="width:90%;padding:.3em .3em .3em 7em;column-count:4;">
<dd style="width:90%;padding:.3em .3em .3em 7em;column-count:4;">
<div style="display:block;">[[CountDown]]</div>
<div style="display:block;">[[CountDown]]</div>
<div style="display:block;">[[EndLoadingScreen]]</div>
<div style="display:block;">[[EnhancedAIConvoy]]</div>
<div style="display:block;">[[EnhancedAIConvoy]]</div>
<div style="display:block;">[[EnhancedAttachTo]]</div>
<div style="display:block;">[[EnhancedAttachTo]]</div>

Latest revision as of 14:47, 26 March 2022

Description
Description:

Ends a players loading screen

Execution:

remoteExecCall

Groups:

Utilities: Eric's Mission Framework

Syntax
Syntax:

[] remoteExecCall [emf_utilities_fnc_endLoadingScreen, unit]

Parameters:

Unit: Object or netID - Player to affect

Return Value:

none

Examples
Example 1:
[] remoteExecCall [emf_utilities_fnc_endLoadingScreen, this];
Additional Information
See also:


Notes