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

From Graal Bible
mNo edit summary
 
(reformat)
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/GameBase|GameBase]].
        Projectile (GameBase):
 
          datablock - object
=Variables=
          initialposition - string
{| border="1" cellpadding="2" width="100%"
          initialvelocity - string
| '''Name'''
          sourceobject - object
| '''Type'''
</pre>
| '''Description'''
|-
| datablock
| object
|
|-
| initialposition
| string
|
|-
| initialvelocity
| string
|
|-
| sourceobject
| object
|
|}

Revision as of 17:56, 27 January 2006

Inherits GameBase.

Variables

Name Type Description
datablock object
initialposition string
initialvelocity string
sourceobject object