CfgRemoteExecFunctions – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "List of all functions which can be remotely executed by BIS_fnc_MP / remoteExec / remoteExecCall. Can be defined in Config.cpp or in campaign's or mission's ...")
 
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
List of all functions 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.
{{Feature|important|{{hl|CfgRemoteExecFunctions}} is now obsolete. Originally used with [[BIS_fnc_MP]], which is now also obsolete as well and is left for backward compatibility.<br>Use [[remoteExec]] / [[remoteExecCall]] and [[Arma 3: CfgRemoteExec|CfgRemoteExec]] instead.}}


== List of Supported Commands ==
{{GameCategory|arma3|Remote Execution}}
{{GVI|arma3|dev}}
currently empty
 
 
[[Category:Arma_3:_Editing]]

Latest revision as of 00:55, 16 November 2021

CfgRemoteExecFunctions is now obsolete. Originally used with BIS_fnc_MP, which is now also obsolete as well and is left for backward compatibility.
Use remoteExec / remoteExecCall and CfgRemoteExec instead.