get_choked_commands
utils.get_choked_commands(): number
Returns the number of choked commands.
utils.get_clipboard(): string
Returns from the clipboard.
utils.set_clipboard(text: string)
Sets the text to the clipboard.
utils.get_active_key(key: number): boolean
Returns true, if the button is active.
get_cursor_position
utils.get_cursor_position(): vector_2d
Returns the current mouse position.
utils.mouse_rect(x: number, y: number, width: number, height: number): boolean
Returns if the mouse is at the specified position.
utils.get_mouse_scroll(): number
Returns -1.0 if the mouse wheel is spinning down, 1.0 if the mouse wheel is spinning up, and 0.0 if the mouse wheel is not rotating.