Common interface for Labels
Class CCLabelProtocol
#include <Geode/cocos/include/CCProtocols.h>
classCCLabelProtocol{ ... }
Examples0
Public static methods0
Public member functions2
virtualvoidsetString(charconst*label)=0
Sets a new label using an string
A
null terminated string
virtualcharconst*getString()=0
Returns the string that is currently being used in this label
The string that is currently being used in this label