BIS fnc addClassOO: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
____________________________________________________________________________________________ | |||
| arma3 |Game name= | |||
|1.00|Game version= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Registering a class for the OO scripting shell.|Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | class call [[BIS_fnc_addClassOO]] |Syntax= | ||
|p1= class: [[String]] - Class for the OO scripting shell|Parameter 1= | |||
| [[Nothing]] |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>"someOOClass" [[call]] [[BIS_fnc_addClassOO]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[BIS_fnc_createObjectOO]] |See also= | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 13:41, 19 June 2018
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