Char class |
Homepage Wrappers |
The Char class "wraps" a char value to allow storing it where a class object is required.
Char_new(value = 0):
Creates a new Char object.
Char_destroy(CharObject):
Destroys the Char object and frees its memory.
Char_getValue(CharObject):
Returns the value stored in the Char object.
Char_setValue(CharObject, value = 0):
Sets the value stored in the Char object.