BIS fnc addClassOO: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|Comments=
____________________________________________________________________________________________
| arma3 |Game name=


{{Function|= Comments
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| Registering a class for the OO scripting shell.|Description=
 
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>
| class call [[BIS_fnc_addClassOO]] |Syntax=
/*
File: fn_addClassOO.sqf


Description:
Registering a class for the OO scripting shell


Parameter(s):
|p1= class: [[String]] - Class for the OO scripting shell|Parameter 1=
_this: String (class in CfgOO)
Returns:
-
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_addClassOO]]; --> |= Syntax
|x1= <code>"someOOClass" [[call]] [[BIS_fnc_addClassOO]];</code>|Example 1=
 
|p1= |= Parameter 1


| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[BIS_fnc_createObjectOO]] |See also=
____________________________________________________________________________________________
}}
 
| |= See also


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 14:41, 19 June 2018

Hover & click on the images for description

Description

Description:
Registering a class for the OO scripting shell.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
class call BIS_fnc_addClassOO
Parameters:
class: String - Class for the OO scripting shell
Return Value:
Nothing

Examples

Example 1:
"someOOClass" call BIS_fnc_addClassOO;

Additional Information

See also:
BIS_fnc_createObjectOO

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


Notes

Bottom Section