BIS fnc MP – Talk
Categories: 
 (Created page with "This does not execute on dedicated server. Is that a feature or bug? --~~~~")  | 
				Killzone Kid (talk | contribs)   (→Notes pertaining to obsolete functionality:  new section)  | 
				||
| Line 1: | Line 1: | ||
This does not execute on dedicated server. Is that a feature or bug? --[[User:Osmo|Osmo]] 20:38, 9 May 2012 (CEST)  | This does not execute on dedicated server. Is that a feature or bug? --[[User:Osmo|Osmo]] 20:38, 9 May 2012 (CEST)  | ||
== Notes pertaining to obsolete functionality ==  | |||
<dd class="notedate">Posted on April 12, 2015 - 10:41 (UTC)</dd>  | |||
<dt class="note">[[User:SilentSpike|SilentSpike]]</dt>  | |||
<dd class="note">  | |||
When using [[BIS_fnc_MP]] with a scripting command from [[CfgRemoteExecCommands]] the number of ''params'' given defines how it is executed.  | |||
<code>  | |||
case 0: ''functionName'';  | |||
case 1: ''functionName params'';  | |||
case 2: (''params'' select 0) ''functionName'' (''params'' select 1);  | |||
</code>  | |||
</dd>  | |||
Revision as of 22:00, 31 January 2019
This does not execute on dedicated server. Is that a feature or bug? --Osmo 20:38, 9 May 2012 (CEST)
Notes pertaining to obsolete functionality
case 0: functionName;
case 1: functionName params;
case 2: (params select 0) functionName (params select 1);