Summary of modifications:
FCString
now also accept Lua string
and number
.FCString
parameter, the parameter is now optional and a Lua string
is returned.__fcmuserwindow.GetTitle(self, title)
[Override]
Returns a Lua string
and makes passing an FCString
optional.
Input | Type | Description |
---|---|---|
self |
__FCMUserWindow |
|
title (optional) |
FCString |
Return type | Description |
---|---|
string |
__fcmuserwindow.SetTitle(self, title)
[Fluid] [Override]
Accepts Lua string
and number
in addition to FCString
.
Input | Type | Description |
---|---|---|
self |
__FCMUserWindow |
|
title |
`FCString | string |