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