ScriptEvent:setGUIVec4
From Mod Wiki
Parameters
integer handle -- Handle to the gui. string name -- Name of the property to set. float r -- Red component of the color. float g -- Green component of the color. float b -- Blue component of the color. float a -- Alpha component of the color.
Result
None.
Supported By
sdSysCallThread
Comments
- The constant GUI_GLOBALS_HANDLE may be used to set a property on the globals hierarchy instead.
Functionality
Sets a named color property on the specified gui.