class-info
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| class-info [2026/02/23 17:08] – polymorphgames | class-info [2026/02/23 17:59] (current) – polymorphgames | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Class Info ====== | ====== Class Info ====== | ||
| + | |||
| + | This is a table defining a custom class to be registered with the '' | ||
| <code lua> | <code lua> | ||
| - | local MY_ASSET_OBJECT = { | + | { |
| - | TypeName = "MY_ASSET_OBJECT", | + | TypeName = "MY_TYPE_NAME", |
| - | | + | |
| Properties = { | Properties = { | ||
| { Name = " | { Name = " | ||
| { Name = " | { Name = " | ||
| - | { Name = " | + | { Name = " |
| } | } | ||
| + | | ||
| } | } | ||
| - | |||
| - | mod: | ||
| </ | </ | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | ===== Properties ===== | ||
| + | A list of the class properties. Each property is defined with a table with the following fields: | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | ===== Property Flags ===== | ||
| + | ^ Name ^ Description ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
class-info.1771884518.txt.gz · Last modified: 2026/02/23 17:08 by polymorphgames
