Creation/Dev/Script/Client/GuiShowImgCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | ||
=Variables= | =Variables= | ||
{| border="1" cellpadding="2" width="100%" | {| border="1" cellpadding="2" width="100%" | ||
| '''Name''' | | '''Name''' | ||
Line 106: | Line 108: | ||
| string | | string | ||
| | | | ||
|- | |||
| showimg | |||
| object | |||
| the actual [[Creation/Dev/Script/Client/TShowImg|TShowImg]] object which contains all the logic | |||
|- | |- | ||
| stretchx | | stretchx |
Revision as of 14:46, 25 February 2006
Inherits GuiControl.
Variables
Name | Type | Description |
alpha | float | |
ani | string | |
attachoffset | string | |
attachtoowner | boolean | |
blue | float | |
code | string | the old representation as 'font@style@text' |
dimension | integer | |
dir | integer | |
dir | integer | |
emitter | object (read only) | |
eulerrotation | string | |
font | string | |
green | float | |
image | string | |
imageindex | integer (read only) | |
layer | integer | |
layer | integer | |
mode | integer | the image drawing mode (0 - add, 1 - transparent, 2 - subtract) |
offsetx | integer | |
offsety | integer | |
playerlook | boolean | if the animation should take it's head, body, sword, shield and attr[] from the owner (playerlook), set this to false if you want to set the images yourself by changing showimg.actor.head etc. |
polygon | object | |
red | float | |
rotation | float | |
shape | string | |
showimg | object | the actual TShowImg object which contains all the logic |
stretchx | float | |
stretchy | float | |
style | string | |
text | string | |
x | float | |
y | float | |
zoom | float |