CSet:GetMember


The GetMember method returns the specified member at a specified index.

Syntax

member = CSet:GetMember( index )

bullet.gif    index is the index of the member to retrieve.

bullet.gif    member is a reference to the specified member.

bullet.gif    On success, the target member is returned.

bullet.gif    On failure, nil is returned.

Remarks

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.

Related Topics

CSet, GetIndex


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.