MouseEventVisibilityResult

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Result for event-driven visibility decisions (mouse events).

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

Extends: RefCounted

Properties

  • Property: apply: bool = false
  • Property: visible: bool = false
  • Property: reason: String = ""

Public Methods

to_string

1
to_string() -> String

Returns a string representation for debugging and test diagnostics


Private Methods

_init

1
2
3
4
5
_init(
    p_apply: bool = false,
    p_visible: bool = false,
    p_reason: String = ""
) -> void

Flags: private