Creation/Dev/Script/Client/TProjectile: Difference between revisions
From Graal Bible
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
=TProjectile= | |||
Inherits [[Creation/Dev/Script/Client/TProjectile|TProjectile]]. | |||
==Variables== | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''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) | |||
| | |||
|} |
Revision as of 04:52, 27 January 2006
TProjectile
Inherits TProjectile.
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) |