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

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
m (Redirect to BIS_fnc_MP)
Tag: New redirect
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
#REDIRECT [[BIS_fnc_MP]]
 
| TKOH
 
|1.00
 
|gr1 = Multiplayer
 
| 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]].}}
 
| [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]
 
| [[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>
 
| [[BIS_fnc_MP|BIS_fnc_MP (Arma 3)]], [[remoteExec]], [[remoteExecCall]], [[BIS_fnc_MPexec]]
}}
 
 
<h3 style="display:none">Bottom Section</h3>
 
 
[[Category:Take_On_Helicopters:_Functions|MP]]
 
<!--
placed at the end to override DISPLAYTITLE in Template:Function
placed in a hidden div as the Function template already has a DISPLAYTITLE usage and displays an error
-->
<div style="display: none">{{DISPLAYTITLE:BIS_fnc_MP (Take On Helicopters)}}</div>

Latest revision as of 00:11, 11 June 2021

Redirect to: