CfgRemoteExecFunctions – Arma 3

From Bohemia Interactive Community
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
m (Some wiki formatting)
 
(4 intermediate revisions by 2 users not shown)
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|obsolete|
{{hl|CfgRemoteExecFunctions}} is obsolete as originally used with [[BIS_fnc_MP]] which is obsolete and is now left for backward compatibility only.<br>
Use [[remoteExec]] / [[remoteExecCall]] and [[Arma 3: CfgRemoteExec|CfgRemoteExec]] instead.
|arma3
|1.50
}}


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 ==
{{GameCategory|arma3|Remote Execution}}
{{GVI|arma3|dev}}
currently empty
 
 
{{GameCategory|arma3| Remote Execution}}

Latest revision as of 15:40, 25 October 2025

🕖
This information is obsolete as of Arma 3 v1.50. Reason:

CfgRemoteExecFunctions is obsolete as originally used with BIS_fnc_MP which is obsolete and is now left for backward compatibility only.

Use remoteExec / remoteExecCall and CfgRemoteExec instead.