Grid Placement
Development ⚠️ GridPlacement 6.0 (GECS) is in active development. This is the GDScript ECS architecture.

DragSessionEvent

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: shared/events/drag_session_event.gd

Version: 6.0

class_name: DragSessionEvent extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • _init(p_drag_entity: Entity, p_placeable_entity: Entity, p_session_action: String, p_grid_position: Vector2i = Vector2i.ZERO, p_world_position: Vector2 = Vector2.ZERO, p_placements: int = 0, p_session_id: String = "") -> void