FCMCtrlTree

Summary of Modifications

  • Methods that accept FCString will also accept Lua string or number.

Functions

AddNode

fcmctrltree.AddNode(self, parentnode, iscontainer, text)

View source

[Override]

Override Changes:

  • Accepts Lua string or number in addition to FCString.
Input Type Description
self FCMCtrlTree
parentnode `FCTreeNode nil`
iscontainer boolean
text `FCString string
Return type Description
FCMTreeNode