武装突袭 Wiki
Advertisement
  

Click on the images for descriptions

Introduced in

Game:
Take On Helicopters
Version:
1.00

Description

Description:
/*

	Description:
	Execute received remote execution

	Parameter(s):
	_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
*/
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Example 1:
Example needed
See also:
BIS_fnc_MP

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Introduced with Arma 3 version 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.

Bottom Section

Advertisement