ApolloCursor
Prefix: ac
Description
ApolloCursors are the sprites that are used on the cursor in different situations.
Table of Content
Function
is(oVariable)
Description
Determines if the variable is an ApolloCursor.
Params
- oVariable (Variable) - The variable that the function will check.
Return Value
- Boolean - Whether the variable is an ApolloCursor or not.
Function
new()
Description
Creates a new ApolloCursor with no cursor set.
Return Value
- ApolloCursor - A fresh, empty ApolloCursor.
Method
__gc() (Deprecated)
Description
The ApolloCursor's garbage collection function. This will delete the ApolloCursor and free up the memory used for it.