GBMouseInputStatus
Summary
Section titled “Summary”Holds the last mouse input gate/projection snapshot for grid-based input systems Provides typed properties and a convenience serializer to Dictionary
Properties
Section titled “Properties”allowed: bool = false
world: Vector2 = Vector2.ZERO
method: int = 0
method_name: String = ""
screen: Vector2 = Vector2.ZERO
Methods
Section titled “Methods”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
Source
Section titled “Source”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.