DialogControls-AnimTexture: Difference between revisions
Jump to navigation
Jump to search
m (moved DialogContols-AnimTexture to DialogControls-AnimTexture: typo) |
m (formatting (table and example heading)) |
||
Line 12: | Line 12: | ||
| string | | string | ||
| Relative path to the file used for the texture from the mission folder | | Relative path to the file used for the texture from the mission folder | ||
|- | |- | ||
|}<br | |}<br clear="all"> | ||
* '''Example:''' | |||
<code><nowiki>class RscProgressNotFreeze | <code><nowiki>class RscProgressNotFreeze | ||
{ | { |
Revision as of 19:26, 4 April 2019
TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here.
CT_ANIMATED_TEXTURE=45
Properties | ||
---|---|---|
Name | Type | Remark |
texture | string | Relative path to the file used for the texture from the mission folder |
- Example:
class RscProgressNotFreeze
{
idc = -1;
type = 45;
style = 0;
shadow = 0;
x = 0;
y = 0;
w = 0.5;
h = 0.1;
texture = "#(argb,8,8,3)color(0,0,0,0)";
};