AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: systems/interaction/manipulation_system.gd
Version: 6.0
class_name: ManipulationSystem
extends: System
Signals
(none)
Exports
(none)
Methods
try_move(entity: Entity, target_position: Vector2i) -> RefCountedtry_rotate(entity: Entity, angle: float = 90.0) -> RefCountedtry_demolish(entity: Entity) -> RefCountedtry_place(entity: Entity, target_position: Vector2i) -> RefCounted_get_result(entity: Entity, mode: ManipulationComponent) -> RefCountedreset(entity: Entity) -> voidcancel(entity: Entity, reason: String = "Canceled via facade") -> void