Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

143 bytes added, 00:02, 31 October 2011
Attributes
</syntaxhighlight></big>
===Attributes===
No attributes, (use Cframe attributes)
<big><syntaxhighlight lang="cpp">
// int _length; removed! use void CFrame::width(int) to store and int CFrame::width() to retrieve length
</syntaxhighlight></big>
<del>Holds the Length of the label, this will be stored to be passed to console.display function.</del>
===Constructors / Destructor ===