BIS fnc spawn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page with "''Function syntax in Take On Helicopters differs, see BIS_fnc_MP (Take On Helicopters) for details.'' {{Function|= Comments __________________________________________...")
Line 1: Line 1:
''Function syntax in [[Take On Helicopters]] differs, see [[BIS_fnc_MP (Take On Helicopters)]] for details.''


{{Function|= Comments
{{Function|= Comments
Line 5: Line 6:
| arma3 |= Game name
| arma3 |= Game name


|1.00|= Game version
|0.50|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Send function for remote execution (and executes locally if conditions are met) . |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_spawn]]; --> |= Syntax
| [params, code] spawn BIS_fnc_spawn; |= Syntax


|p1= |= Parameter 1
|p1= '''params''': [[Anything]] - function arguments |=
|p2= '''functionCode''': [[Code]] - function code |=


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1= <code><nowiki>[</nowiki><nowiki>[</nowiki>"Hello"],{hint _this select 0}] spawn BIS_fnc_spawn;</code>
show a message for the current player. |=
 
|x2= <code><nowiki>[</nowiki><nowiki>[</nowiki>"Hello"],{hint _this select 0},"BIS_fnc_spawn",true,false,false] spawn [[BIS_fnc_MP]];</code>
show a message for the current player. |=
____________________________________________________________________________


| |= See also
| |= See also
Line 25: Line 31:
}}
}}


<h3 style="display:none">Notes</h3>
[[Category:Arma 3:_Functions|mp]]
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: MP|{{uc:spawn}}]]
[[Category:Functions|{{uc:spawn}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:spawn}}]]

Revision as of 18:34, 26 April 2014

Function syntax in Take On Helicopters differs, see BIS_fnc_MP (Take On Helicopters) for details.


Hover & click on the images for description

Description

Description:
Send function for remote execution (and executes locally if conditions are met) .
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[params, code] spawn BIS_fnc_spawn;
Parameters:
params: Anything - function arguments
functionCode: Code - function code
Return Value:
Nothing

Examples

Example 1:
[["Hello"],{hint _this select 0}] spawn BIS_fnc_spawn; show a message for the current player.
Example 2:
[["Hello"],{hint _this select 0},"BIS_fnc_spawn",true,false,false] spawn BIS_fnc_MP; show a message for the current player.

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