BIS fnc initMultiplayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Undo revision 95027 by Revo (talk))
No edit summary
Line 13: Line 13:
Description:
Description:
Multiplayer mission init, executed automatically upon mission start.
Multiplayer mission init, executed automatically upon mission start.
        This function became obsolete with version 1.52 because remoteExec was moved into the engine
   
Parameter(s):
Parameter(s):
None
None

Revision as of 16:21, 25 March 2016


Hover & click on the images for description

Description

Description:
/*

	Description:
	Multiplayer mission init, executed automatically upon mission start.
     
	Parameter(s):
	None

	Returns:
	NOTHING
*/

//--- Execute MP functions
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
See also needed

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