Definition
SetMenuCursorSize(int cursorSize)
Description
This function sets the menu cursor size as an integer number.
Parameter
cursorSize
Specifies the menu cursor size to be set. This value must be greater than 0.
Example
function Init() SetMenuCursorSize(8) end function Update() end
This script sets the menu cursor size to 8.
SetMenuCursorSize