readonly static int Game.MouseCursorCount
Returns the number of mouse cursors in the game.
This is useful for script modules if you need to iterate through all the cursors for some reason.
Example:
Display("The game has %d cursors.", Game.MouseCursorCount);
|