BIS fnc MP (Take On Helicopters): Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= |x2=" to "|Example1= |x2=")
m (Redirect to BIS_fnc_MP)
Tag: New redirect
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
#REDIRECT [[BIS_fnc_MP]]
____________________________________________________________________________________________
 
| TKOH |Game name=
 
|1.00|Game version=
____________________________________________________________________________________________
 
| Send function for remote execution (and executes locally if conditions are met) . |DESCRIPTION=
____________________________________________________________________________________________
 
| [params, functionName, target, isSpawn, isPersistent] call BIS_fnc_MP; |SYNTAX=
 
|p1= '''params''': [[Anything]] - function params |=
|p2= '''functionName''': [[String]] - function name |=
|p3= '''target''': [[Object]] - function will be executed only where unit is local [default: everyone] |=
|p4= '''isSpawn''': [[Boolean]] - true for calling function using 'spawn' command (otherwise 'call' is used) [default: false] |=
|p5= '''isPersistent''': [[Boolean]] - true for persistent call (will be called now and for every JIP client) [default: false] |=
 
| [[Array]] - sent packet |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code><nowiki>[</nowiki>"Imma spamming your log!","[[BIS_fnc_log]]"] [[call]] [[BIS_fnc_MP]];</code>
Logs a message for every player who's currently joined.|Example1=
 
|x2= <code><nowiki>[</nowiki>["Hello World"],"[[BIS_fnc_guiMessage]]",nil,[[true]],[[true]] ] [[call]] [[BIS_fnc_MP]];</code>
Send a message containing "Hello World" to every player, including the ones who joins later using JIP.|=
____________________________________________________________________________________________
 
|exec= call |=
 
| [[BIS_fnc_MPexec]] |SEEALSO=
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Take_On_Helicopters:_Functions|mp]]
[[Category:Function Group: Debug|mp]]
{{DISPLAYTITLE:BIS_fnc_MP (Take On Helicopters)}}<!-- placed at the end to override DISPLAYTITLE in Template:Function -->

Latest revision as of 00:11, 11 June 2021

Redirect to: