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

From Graal Bible
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
<pre>
=TLevelObject=
    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
|
|}

Revision as of 11:29, 27 January 2006

TLevelObject

Inherits TDrawableObject.

Variables

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