UShort class |
Homepage Wrappers |
The UShort class "wraps" a ushort value to allow storing it where a class object is required.
UShort_new(value = 0):
Creates a new UShort object.
UShort_destroy(UShortObject):
Destroys the UShort object and frees its memory.
UShort_getValue(UShortObject):
Returns the value stored in the UShort object.
UShort_setValue(UShortObject, value = 0):
Sets the value stored in the UShort object.