Stats
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
Name | String | Object name |
|
There are no arguments | You need to register to view the code example. |
ID | Cardinal | Object identificator |
|
There are no arguments | You need to register to view the code example. |
OID | Cardinal | Unique object identificator |
|
There are no arguments |
You need to register to view the code example.
|
L2Class | TL2Class | Object type |
|
There are no arguments | You need to register to view the code example. |
Conditions
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
Valid | Boolean | Is object exist/relevant |
|
There are no arguments | You need to register to view the code example. |
User custom variables
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
SetVar | - | Write custom variable to object |
|
Number - writing number Index - variable index (0..255) (default - 0) |
You need to register to view the code example. |
GetVar | Cardinal | Get object custom written variable |
|
Index - variable index (0..255) (default - 0) |
You need to register to view the code example. |
Methods
Имя | Результат | Description |
---|---|---|
TL2List.Items | TL2Object | Get object from list by index. Class default method. |