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

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Redirect to BIS_fnc_MP)
Tag: New redirect
 
Line 1: Line 1:
{{RV|type=function
#REDIRECT [[BIS_fnc_MP]]
 
|displayTitle= BIS_fnc_MP (Take On Helicopters)
 
|game1= TKOH
 
|version1= 1.00
 
|gr1= Multiplayer
 
|descr= Send function for remote execution (and executes locally if conditions are met).
 
{{Feature|arma3|This page is about the {{tkoh}} function version.<br>
For the (obsolete) {{arma3}} version, see [[BIS_fnc_MP]] that has since been replaced by [[remoteExec]] and [[remoteExecCall]].}}
 
|s1= [params, functionName, target, isSpawn, isPersistent] call [[{{PAGENAME}}|BIS_fnc_MP]]
 
|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]
 
|r1= [[Array]] - sent packet
 
|x1= Log a message for every connected player:
<code>["Imma spamming your log!", "[[BIS_fnc_log]]"] [[call]] [[{{PAGENAME}}|BIS_fnc_MP]];</code>
 
|x2= Send a message containing "Hello World" to every player, including the ones who joins later using JIP:
<code>[<nowiki/>["Hello World"], "[[BIS_fnc_guiMessage]]", nil, [[true]], [[true]]] [[call]] [[{{PAGENAME}}|BIS_fnc_MP]];</code>
 
|seealso= [[BIS_fnc_MP|BIS_fnc_MP (Arma 3)]], [[remoteExec]], [[remoteExecCall]], [[BIS_fnc_MPexec]]
}}

Latest revision as of 00:11, 11 June 2021

Redirect to: