Creation/Dev/Script/Client/TLevelObject: Difference between revisions
From Graal Bible
mNo edit summary |
Pooper200000 (talk | contribs) No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
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 | |||
| | |||
|} |
Latest revision as of 10:23, 16 February 2010
Inherits TDrawableObject.
Variables
Name | Type | Description |
level | TServerLevel object (read only) | |
x | float | |
y | float | |
z | float |