EndLoadingScreen

From cluster wiki
Revision as of 14:19, 26 March 2022 by Eric (talk | contribs)
Jump to navigation Jump to search
Description
Description:

Ends a players loading screen

Execution:

remoteExecCall

Groups:

Utility Functions: 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