ClassLuaTest
An example class
Constructors
ClassLuaTest.__new()
No params
ClassLuaTest.__new()
ClassLuaTest.__new(number)
One param
ClassLuaTest.__new(data: number)
Type | Name | Description |
---|---|---|
number | data | Param |
Constants
The value of a constant cannot be changed
Type | Name | Value | Description |
---|---|---|---|
number | INT_CONST | 124 | An actual int constant |
Fields
Type | Name | Static | Default | Description |
---|---|---|---|---|
number | Field | |||
number | StaticField | 0 | Yes it also has documentation |
Properties
Type | Getter | Setter | Static | Default | Description |
---|---|---|---|---|---|
string | get_Property() | set_Property(val) | |||
number | get_StaticProperty() | set_StaticProperty(val) | 0 |
Methods
Requires an instance!
Method
Method() -> number
AbstractVoid
Abstract void
AbstractVoid() -> nil
AbstractWithOverride
Abstract with override
AbstractWithOverride() -> nil
Static Methods
Do not require an instance!
StaticMethod
StaticMethod() -> nil