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

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

Latest revision as of 00:58, 16 February 2010

Inherits TSStatic.

Variables

Name Type Description
datablock object

Functions

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