Difference between revisions of "EndLoadingScreen"

From cluster wiki
Jump to navigation Jump to search
Line 18: Line 18:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Groups:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Groups:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
Utility Functions: Eric's Mission Framework
Utilities: Eric's Mission Framework
</div></dd>
</div></dd>
  </dl>  
  </dl>  

Revision as of 14:26, 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