Creation/Dev/Script/Client/Projectile: Difference between revisions
From Graal Bible
mNo edit summary |
Pooper200000 (talk | contribs) No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
Inherits [[Creation/Dev/Script/Client/GameBase|GameBase]]. | |||
=Variables= | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''Name''' | |||
| '''Type''' | |||
| '''Description''' | |||
|- | |||
| datablock | |||
| object | |||
| | |||
|- | |||
| initialposition | |||
| string | |||
| | |||
|- | |||
| initialvelocity | |||
| string | |||
| | |||
|- | |||
| sourceobject | |||
| object | |||
| | |||
|} |
Latest revision as of 10:17, 16 February 2010
Inherits GameBase.
Variables
Name | Type | Description |
datablock | object | |
initialposition | string | |
initialvelocity | string | |
sourceobject | object |