CursorSettings

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Source File: addons/grid_building/components/cursor_settings.gd

Extends: GBResource

Exported Properties

  • Property: info: Texture = preload("res://addons/grid_building/icons/kenney/arrow_info.png")

    Set of cursor textures for use with grid builder plugin Cursor for info mode

  • Property: build: Texture = preload("res://addons/grid_building/icons/kenney/arrow_build.png") - Cursor for build mode

  • Property: move: Texture = preload("res://addons/grid_building/icons/kenney/arrow_move.png") - Cursor for move mode

  • Property: demolish: Texture = preload("res://addons/grid_building/icons/kenney/arrow_demolish.png") - Cursor for demolish mode

Public Methods

get_editor_issues

1
get_editor_issues() -> Array[String]

Returns an array of issues found during editor validation


get_runtime_issues

1
get_runtime_issues() -> Array[String]

Returns an array of issues found during runtime validation