Functions – Arma 3 Category

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Created page with "== Take On Helicopters: Functions Library == * '''Singleplayer''' ** Functions can be launched in mission, intro and outro using this syntax:<br /><code>_fnc = [params] call...")
 
mNo edit summary
Line 1: Line 1:
== [[Take On Helicopters: Functions Library]] ==
See [[Functions Library (Arma 3)]] for detailed description about how to use Functions.
 
* '''Singleplayer'''
** Functions can be launched in mission, intro and outro using this syntax:<br /><code>_fnc = [params] call functionName;<br />_fnc = [params] spawn functionName;</code>
* '''Multiplayer'''
** Functions replaces obsolete [[Multiplayer_framework|Multiplayer Framework]]. You can use [[BIS_fnc_MP]] to remotely call function on specific clients and set them to be persistent, so they'll be executed automatically for client upon JIP.<br /><code>[params,"functionName",target,isPersistent] call BIS_fnc_MP;</code>
* '''User Interface'''
** Anywhere outside running mission (user interface), refer to functions stored in UInamespace<br /><code>_fnc = [params] call (uinamespace getvariable 'functionName');<br />_fnc = [params] spawn (uinamespace getvariable 'functionName');</code>


[[Category:Functions]]
[[Category:Functions]]
[[Category:Arma 3: Editing]]
[[Category:Arma 3: Editing]]

Revision as of 08:31, 5 August 2013

See Functions Library (Arma 3) for detailed description about how to use Functions.

Subcategories

This category has only the following subcategory.

 

Pages in category "Arma 3: Functions"

The following 2,063 pages are in this category, out of 2,063 total.