CSet:GetMember
The GetMember method returns the specified member at a specified index.
member = CSet:GetMember( index ) |
Since the CSet holds references to objects of any type, this method simply returns a reference to the type of object. The interpretation of the returned member is left to the calling script.