Creation/Dev/Script/Client/TLevelObject: Difference between revisions

From Graal Bible
mNo edit summary
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
[[Category:Scripting Reference]]
    TLevelObject (TDrawableObject):
Inherits [[Creation/Dev/Script/Client/TDrawableObject|TDrawableObject]].
      level - object (read only)
 
      x - float
=Variables=
      y - float
{| border="1" cellpadding="2" width="100%"
      z - float
| '''Name'''
</pre>
| '''Type'''
| '''Description'''
|-
| level
| [[Creation/Dev/Script/Client/TServerLevel|TServerLevel object]] (read only)
|
|-
| x
| float
|
|-
| y
| float
|
|-
| z
| float
|
|}

Latest revision as of 11:23, 16 February 2010

Inherits TDrawableObject.

Variables

Name Type Description
level TServerLevel object (read only)
x float
y float
z float