CStats:SetRect CStats:GetStatus

CStats:GetRect


The GetRect method returns the CRect object used by the CStats object.

Syntax

CRect = CStats:GetRect()

    On success, this method returns a new CRect object.

    On failure, this method returns nil.

Remarks

This method returns a new CRect. Therefore, the calling module does not need to use CRect:new prior to this method.

Related Topics

CStats, CRect