Creation/Dev/Script/Client/TLevelObject: Difference between revisions
From Graal Bible
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
=TLevelObject= | |||
Inherits [[Creation/Dev/Script/Client/TDrawableObject|TDrawableObject]]. | |||
==Variables== | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''Name''' | |||
| '''Type''' | |||
| '''Description''' | |||
|- | |||
| level | |||
| [[Creation/Dev/Script/Client/TServerLevel|TServerLevel object]] (read only) | |||
| | |||
|- | |||
| x | |||
| float | |||
| | |||
|- | |||
| y | |||
| float | |||
| | |||
|- | |||
| z | |||
| float | |||
| | |||
|} |
Revision as of 10:29, 27 January 2006
TLevelObject
Inherits TDrawableObject.
Variables
Name | Type | Description |
level | TServerLevel object (read only) | |
x | float | |
y | float | |
z | float |