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

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

Latest revision as of 11:17, 16 February 2010

Inherits GameBase.

Variables

Name Type Description
datablock object
initialposition string
initialvelocity string
sourceobject object