BIS fnc MPexec: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) (Page filling - missing example (deprecated function)) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Execute received remote execution. '''Obsolete and effectless since {{arma3}} v1.52''' |= Description | ||
____________________________________________________________________________________________ | |||
| [packet, value] call [[BIS_fnc_MPexec]] |= Syntax | |||
| | |p1= packet: [[String]] - packet variable name - always "BIS_fnc_MP_packet" |= Parameter 1 | ||
| | |p2= value: [[Array]] - packet sent by [[BIS_fnc_MP]] function; see its description for more details | ||
| |= Return value | | [[Boolean]] - true if function was executed successfully |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= | |x1= |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_MP]] |= See also | | [[BIS_fnc_MP]], [[remoteExec]], [[remoteExecCall]] |= See also | ||
}} | }} | ||
Line 40: | Line 30: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 19:59, 26 April 2018
Description
- Description:
- Execute received remote execution. Obsolete and effectless since Arma 3 v1.52
- 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