CfgRemoteExecFunctions – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
mNo edit summary
Line 1: Line 1:
{{Feature | important | <tt>CfgRemoteExecFunctions</tt> 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|<tt>CfgRemoteExecFunctions</tt> 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 [[CfgRemoteExec]] instead.}}
 
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.
 
== List of Supported Commands ==
{{GVI|arma3|dev}}
currently empty
 


{{GameCategory|arma3| Remote Execution}}
{{GameCategory|arma3| Remote Execution}}

Revision as of 11:17, 28 March 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.