| Class | Description | |
|---|---|---|
| HackDetectedEvent | This is the event thrown when an HPInt, HPUInt, HPNumber, or HPBoolean either has their value changed or frozen. | |
| HPBoolean | This class holds a boolean (true/false) value. | |
| HPInt | This class holds an integer value. | |
| HPNumber | This class holds a floating point number value. | |
| HPReuseManager | This is a class which aids in the management of using and reusing HPInts, HPUInts, HPBooleans, and HPNumbers. | |
| HPUInt | This class holds an unsigned integer value. |