BIS fnc MPexec: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Page filling - missing example (deprecated function))
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Execute received remote execution. '''Obsolete and effectless since {{arma3}} v1.52''' |= Description
 
____________________________________________________________________________________________
Description:
Execute received remote execution


Parameter(s):
| [packet, value] call [[BIS_fnc_MPexec]] |= Syntax
_this select 0: STRING - Packet variable name (always "BIS_fnc_MP_packet")
_this select 1: ARRAY - Packet value (sent by BIS_fnc_MP function; see it's description for more details)
Returns:
BOOL - true if function was executed successfuly
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_MPexec]]; --> |= Syntax
|p1= packet: [[String]] - packet variable name - always "BIS_fnc_MP_packet" |= Parameter 1


|p1= |= 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= <code></code> |=  
|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 -->
{{GVI|arma3|1.48}}
 
* In this version, scripted framework for remote execution will be replaced by engine based solution.
* The function bis_fnc_mpExec won't exist anymore. It's functionality will be completely covered by remoteExec and remoteExecCall commands.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 20:59, 26 April 2018


Hover & click on the images for description

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

Notes

Bottom Section