FCString also accept a Lua string or number.FCString parameter in getters is optional and if omitted, the result will be returned as a Lua string.fcmtreenode.GetText(self, str)
[?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 |
FCMTreeNode |
|
str (optional) |
FCString |
| Return type | Description |
|---|---|
string |
Returned if str is omitted. |
fcmtreenode.SetText(self, str)
[Fluid] [Override]
Override Changes:
string or number in addition to FCString.| Input | Type | Description |
|---|---|---|
self |
FCMTreeNode |
|
str |
`FCString | string |