FCString
will also accept a Lua string
.FCString
parameter in getters is optional and if omitted, the result will be returned as a Lua string
.__fcmuserwindow.GetTitle(self, title)
[?Fluid] [Override]
Override Changes:
FCString
is optional. If omitted, the result is returned as a Lua string
. If passed, nothing is returned and the method is fluid.Input | Type | Description |
---|---|---|
self |
__FCMUserWindow |
|
title (optional) |
FCString |
Return type | Description |
---|---|
string |
Returned if title is omitted. |
__fcmuserwindow.SetTitle(self, title)
[Fluid] [Override]
Override Changes:
string
or number
in addition to FCString
.Input | Type | Description |
---|---|---|
self |
__FCMUserWindow |
|
title |
`FCString | string |
__fcmuserwindow.SetTitleLocalized(self, title)
Localized version of SetTitle
.
[Fluid] [Override]
Input | Type | Description |
---|---|---|
self |
__FCMUserWindow |
|
title |
`FCString | string |
__fcmuserwindow.CreateChildUI(self)
[Override]
Override Changes:
CreateChildUI
if the method exists, otherwise it returns mixin.UI()
Input | Type | Description |
---|---|---|
self |
__FCMUserWindow |
Return type | Description |
---|---|
FCMUI |