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

From Graal Bible
mNo edit summary
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
[[Category:Scripting Reference]]
        TProjectile (TGaniObject):
Inherits [[Creation/Dev/Script/Client/TGaniObject|TGaniObject]].
          angle - float (read only)
 
          fromplayer - object (read only)
=Variables=
          horiz - boolean (read only)
{| border="1" cellpadding="2" width="100%"
          params - object (read only)
| '''Name'''
          speed - float (read only)
| '''Type'''
          x - float (read only)
| '''Description'''
          y - float (read only)
|-
          z - float (read only)
| angle
          zspeed - float (read only)
| float (read only)
</pre>
|
|-
| fromplayer
| object (read only)
|
|-
| horiz
| boolean (read only)
|
|-
| params
| object (read only)
|
|-
| speed
| float (read only)
|
|-
| x
| float (read only)
|
|-
| y
| float (read only)
|
|-
| z
| float (read only)
|
|-
| zspeed
| float (read only)
|
|}

Latest revision as of 11:24, 16 February 2010

Inherits TGaniObject.

Variables

Name Type Description
angle float (read only)
fromplayer object (read only)
horiz boolean (read only)
params object (read only)
speed float (read only)
x float (read only)
y float (read only)
z float (read only)
zspeed float (read only)