manipulatable_component_test

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Test cases for Manipulatable component behavior validation. Tests objects with various manipulation settings to ensure proper behavior.

Source File: /addons/grid_building/test/unit/manipulatable_component_test.gd

Extends: GdUnitTestSuite

Private Properties

  • Property: _scene_root: Node (private)
  • Property: _test_manipulatable: [Manipulatable](./manipulatable/) (private)
  • Property: _test_root: Node2D (private)

Public Methods

before_test

1
before_test() -> void

after_test

1
after_test() -> void

test_object_without_manipulatable_component_auto_denies_manipulation

1
test_object_without_manipulatable_component_auto_denies_manipulation() -> void

test_object_without_manipulatable_component_can_be_targeted_only

1
test_object_without_manipulatable_component_can_be_targeted_only() -> void

test_manipulatable_without_settings_defaults_to_not_manipulatable

1
test_manipulatable_without_settings_defaults_to_not_manipulatable() -> void

test_manipulatable_without_settings_has_empty_move_rules

1
test_manipulatable_without_settings_has_empty_move_rules() -> void

test_system_prevents_movement_without_manipulatable_component

1
test_system_prevents_movement_without_manipulatable_component() -> void

Private Methods

_setup_test_objects

1
_setup_test_objects() -> void

Flags: private

Sets up test objects for manipulation testing


_cleanup_test_objects

1
_cleanup_test_objects() -> void

Flags: private

Cleans up test objects



Grid Building v5.0.8 | Generated 24/05/2026