GBMouseInputStatus

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Holds the last mouse input gate/projection snapshot for grid-based input systems Provides typed properties and a convenience serializer to Dictionary

Source File: addons/grid_building/systems/grid_targeting/grid_positioner/gb_mouse_input_status.gd

Extends: RefCounted

Properties

  • Property: allowed: bool = false
  • Property: world: Vector2 = Vector2.ZERO
  • Property: method: int = 0
  • Property: method_name: String = ""
  • Property: screen: Vector2 = Vector2.ZERO

Public Methods

set_from_values

1
2
3
4
5
6
7
set_from_values(
    p_allowed: bool,
    p_world: Vector2,
    p_method: int,
    p_method_name: String,
    p_screen: Vector2
) -> void

to_dict

1
to_dict() -> Dictionary

Private Methods

_init

1
_init()

Flags: private