Summary of modifications:
fcmctrlstatic.Init(self)
[Internal]
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
fcmctrlstatic.SetTextColor(self, red, green, blue)
[Fluid] [Override] Displays the new text color immediately. Also hooks into control state restoration.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
red |
number |
|
green |
number |
|
blue |
number |
fcmctrlstatic.RestoreState(self)
[Fluid] [Internal] Restores the control’s stored state. Do not disable this method. Override as needed but call the parent first.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |