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

From Graal Bible
mNo edit summary
 
(reformat)
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/TSStatic|TSStatic]].
          Item (TSStatic):
 
            datablock - object
=Variables=
            hide()
{| border="1" cellpadding="2" width="100%"
            show()
| '''Name'''
            startfade(float, float, bool)
| '''Type'''
</pre>
| '''Description'''
|-
| datablock
| object
|
|}
 
=Functions=
{| border="1" cellpadding="2" width="100%"
| '''Name'''
| '''Return Type'''
| '''Description'''
|-
| hide()
|
|
|-
| show()
|
|
|-
| startfade(float, float, bool)
|
|
|}

Revision as of 18:11, 27 January 2006

Inherits TSStatic.

Variables

Name Type Description
datablock object

Functions

Name Return Type Description
hide()
show()
startfade(float, float, bool)