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

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Redirect to BIS_fnc_MP)
Tag: New redirect
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
#REDIRECT [[BIS_fnc_MP]]
____________________________________________________________________________________________
 
| TKOH |Game name=
 
|1.00|Game version=
 
|gr1 = Multiplayer |GROUP1=
____________________________________________________________________________________________
 
| 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]].}} |DESCRIPTION=
____________________________________________________________________________________________
 
| [params, functionName, target, isSpawn, isPersistent] call [[{{PAGENAME}}|BIS_fnc_MP]] |SYNTAX=
 
|p1= '''params''': [[Anything]] - function params |Parameter1=
 
|p2= '''functionName''': [[String]] - function name |Parameter2=
 
|p3= '''target''': [[Object]] - function will be executed only where unit is local [default: everyone] |PARAMETER3=
 
|p4= '''isSpawn''': [[Boolean]] - true for calling function using 'spawn' command (otherwise 'call' is used) [default: false] |PARAMETER4=
 
|p5= '''isPersistent''': [[Boolean]] - true for persistent call (will be called now and for every JIP client) [default: false] |PARAMETER5=
 
| [[Array]] - sent packet |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= Log a message for every connected player:
<code>["Imma spamming your log!", "[[BIS_fnc_log]]"] [[call]] [[{{PAGENAME}}|BIS_fnc_MP]];</code> |Example1=
 
|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> |Example2=
____________________________________________________________________________________________
 
| [[BIS_fnc_MP|BIS_fnc_MP (Arma 3)]], [[remoteExec]], [[remoteExecCall]], [[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]]
 
<!--
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: