Skip to content

GBMouseInputStatus

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

allowed: bool = false
world: Vector2 = Vector2.ZERO
method: int = 0
method_name: String = ""
screen: Vector2 = Vector2.ZERO
func _init( )
func set_from_values( p_allowed: bool, p_world: Vector2, p_method: int, p_method_name: String, p_screen: Vector2 ) -> void
func to_dict( ) -> Dictionary

addons/grid_building/systems/grid_targeting/grid_positioner/gb_mouse_input_status.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.