BIS fnc MPexec: Difference between revisions

From Bohemia Interactive Community
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}}}}|= Description
| Execute received remote execution.{{Feature arma3|Obsolete and effectless since {{GVI|arma3|1.52}}}}|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [packet, value] call [[BIS_fnc_MPexec]] |= Syntax
| [packet, value] call [[BIS_fnc_MPexec]] |SYNTAX=


|p1= packet: [[String]] - packet variable name - always "BIS_fnc_MP_packet" |= Parameter 1
|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 |= Return value
| [[Boolean]] - true if function was executed successfully |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= |= Example 1
|x1= |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[BIS_fnc_MP]], [[remoteExec]], [[remoteExecCall]] |= See also
| [[BIS_fnc_MP]], [[remoteExec]], [[remoteExecCall]] |SEEALSO=


}}
}}

Revision as of 15:32, 7 April 2019


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