CMatrixRow:Get


The Get method returns the value of the CMatrixRow member at a specified index.

Syntax

value = CMatrixRow:Get( nIndex )

where

    nIndex is the index of the member to retrieve.

    value is the value of the member and may be a number, string, or other Lua value. On failure, nil is returned.

  

The returned value is whatever type was stored in the array at the specified index. If the index is out of range this method returns nil.

Related Topics

Set

CMatrixRow class