BIS fnc createObjectOO: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function " to "{{RV|type=function ")
m (Text replacement - " " to " ")
Line 21: Line 21:
| [[BIS_fnc_addClassOO]], [[BIS_fnc_validateParametersOO]]
| [[BIS_fnc_addClassOO]], [[BIS_fnc_validateParametersOO]]
}}
}}




[[Category:Functions|{{uc:createObjectOO}}]]
[[Category:Functions|{{uc:createObjectOO}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:createObjectOO}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:createObjectOO}}]]

Revision as of 22:45, 31 January 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