USE_TYPE
Use type for entities. Not all entities support all use types.
Passed to the Use method on entities.
Values
| Name | Value | Description | 
|---|---|---|
| USE_OFF | 0 | Turns off an entity | 
| USE_ON | 1 | Turns on an entity | 
| USE_SET | 2 | Sets the state of an entity (use float parameter in Use) | 
| USE_TOGGLE | 3 | Toggles the state of an entity | 
| USE_KILL | 4 | Kills an entity |