UInt class |
Homepage Wrappers |
The UInt class "wraps" a uint value to allow storing it where a class object is required.
UInt_new(value = 0):
Creates a new UInt object.
UInt_destroy(UIntObject):
Destroys the UInt object and frees its memory.
UInt_getValue(UIntObject):
Returns the value stored in the UInt object.
UInt_setValue(UIntObject, value = 0):
Sets the value stored in the UInt object.