BIS fnc MPexec: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling - missing example (deprecated function))
m (Added arma 3 note)
Line 5: Line 5:
| tkoh |= Game name
| tkoh |= Game name


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


| Execute received remote execution. '''Obsolete and effectless since {{arma3}} v1.52''' |= Description
| Execute received remote execution.{{Feature arma3|Obsolete and effectless since {{GVI|arma3|1.52}}}}|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:02, 10 May 2018


Hover & click on the images for description

Description

Description:
Execute received remote execution.
Arma 3
Obsolete and effectless since Arma 3 logo black.png1.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

Notes

Bottom Section