BIS fnc createObjectOO: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "")
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
Line 11: Line 11:
| [class,params] call [[BIS_fnc_createObjectOO]]
| [class,params] call [[BIS_fnc_createObjectOO]]


|p1= class: [[String]] - Class for the OO scripting shell {{Important|Class has to exist in CfgOO}}
|p1= class: [[String]] - Class for the OO scripting shell {{Feature|important|Class has to exist in CfgOO}}


|p2= params: [[Array]] - (Optional, default []) Optional parameters for constructor
|p2= params: [[Array]] - (Optional, default []) Optional parameters for constructor

Revision as of 03:09, 7 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
OO

Syntax

Syntax:
Syntax needed
Parameters:
class: String - Class for the OO scripting shell
Class has to exist in CfgOO
params: Array - (Optional, default []) Optional parameters for constructor
Return Value:
Return value needed

Examples

Example 1:
["someOOClass", [1,2,3]] call BIS_fnc_createObjectOO;

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note