BIS fnc MPexec: Difference between revisions
Jump to navigation
Jump to search
m (Added arma 3 note) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Execute received remote execution.{{Feature arma3|Obsolete and effectless since {{GVI|arma3|1.52}}}}|= | | Execute received remote execution.{{Feature arma3|Obsolete and effectless since {{GVI|arma3|1.52}}}}|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [packet, value] call [[BIS_fnc_MPexec]] |= | | [packet, value] call [[BIS_fnc_MPexec]] |SYNTAX= | ||
|p1= packet: [[String]] - packet variable name - always "BIS_fnc_MP_packet" |= | |p1= packet: [[String]] - packet variable name - always "BIS_fnc_MP_packet" |PARAMETER1= | ||
|p2= value: [[Array]] - packet sent by [[BIS_fnc_MP]] function; see its description for more details | |p2= value: [[Array]] - packet sent by [[BIS_fnc_MP]] function; see its description for more details | ||
| [[Boolean]] - true if function was executed successfully |= | | [[Boolean]] - true if function was executed successfully |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= |= | |x1= |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_MP]], [[remoteExec]], [[remoteExecCall]] |= | | [[BIS_fnc_MP]], [[remoteExec]], [[remoteExecCall]] |SEEALSO= | ||
}} | }} |
Revision as of 14:32, 7 April 2019
Description
- Description:
- Execute received remote execution.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [packet, value] call BIS_fnc_MPexec
- Parameters:
- packet: String - packet variable name - always "BIS_fnc_MP_packet"
- value: Array - packet sent by BIS_fnc_MP function; see its description for more details
- Return Value:
- Boolean - true if function was executed successfully
Examples
- Examples:
- Example needed
Additional Information
- See also:
- BIS_fnc_MPremoteExecremoteExecCall
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