BIS fnc spawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Execute given code | | Execute given code with or without parameter. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 17:37, 26 April 2014
Description
- Description:
- Execute given code with or without parameter.
- 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 to all connected players.
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