CfgRemoteExecCommands – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]?([^|]*)]]" to "{{GameCategory|arma3|$1}}")
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
Line 1: Line 1:
{{Important | While main config of Arma 3 may still have traces of <tt>CfgRemoteExecCommands</tt>, it is now obsolete. Originally used with [[BIS_fnc_MP]], which is now also obsolete and is left for backward compatibility.<br>Use [[remoteExec]] / [[remoteExecCall]] and [[CfgRemoteExec]] instead. }} <br>
{{Feature | important | While main config of Arma 3 may still have traces of <tt>CfgRemoteExecCommands</tt>, it is now obsolete. Originally used with [[BIS_fnc_MP]], which is now also obsolete and is left for backward compatibility.<br>Use [[remoteExec]] / [[remoteExecCall]] and [[CfgRemoteExec]] instead. }} <br>


List of all commands which can be remotely executed by [[BIS_fnc_MP]] / [[remoteExec]] / [[remoteExecCall]]. Can be defined in [[Config.cpp]] or in campaign's or mission's [[Description.ext]] (in this case it is defined under CfgRemoteExec {} -> class Server/Client {} -> class functions {...}). The most local variant is used.
List of all commands which can be remotely executed by [[BIS_fnc_MP]] / [[remoteExec]] / [[remoteExecCall]]. Can be defined in [[Config.cpp]] or in campaign's or mission's [[Description.ext]] (in this case it is defined under CfgRemoteExec {} -> class Server/Client {} -> class functions {...}). The most local variant is used.

Revision as of 03:08, 7 February 2021

While main config of Arma 3 may still have traces of CfgRemoteExecCommands, it is now obsolete. Originally used with BIS_fnc_MP, which is now also obsolete and is left for backward compatibility.
Use remoteExec / remoteExecCall and CfgRemoteExec instead.


List of all commands which can be remotely executed by BIS_fnc_MP / remoteExec / remoteExecCall. Can be defined in Config.cpp or in campaign's or mission's Description.ext (in this case it is defined under CfgRemoteExec {} -> class Server/Client {} -> class functions {...}). The most local variant is used.

List of Supported Commands

Arma 3 logo black.png1.32