Creation/Dev/Script/Client/TTilesLayer: Difference between revisions
From Graal Bible
mNo edit summary |
Pooper200000 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]] | Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]] | ||
=Variables= | =Variables= | ||
Latest revision as of 10:31, 16 February 2010
Inherits TGraalVar
Variables
| Name | Type | Description |
| alpha | float | |
| blue | float | |
| green | float | |
| layerindex | integer (read only) | |
| offset | string | |
| red | float | |
| x | float | |
| y | float | |
| z | float |
Functions
| Name | Return Type | Description |
| updateboard(int x, int y, int width, int height) |