ttrGetScopes
ttrGetScopes(l_scopeName) =>l_scopeName/ nil
Description
Returns the list of child scope names for a given scope.
Arguments
Value Returned
Examples
Returns the child scope names for the scope list("Layout" "Move").
ttrGetScopes(list("Layout" "Move"))
=>(("Layout" "Move" "init")
("Layout" "Move" "Done"))
Related Topics
Return to top