Utility functions for preparing cloned objects during manipulation operations. This class provides centralized logic for disabling scripts and processing on duplicated nodes used in preview and manipulation workflows. This ensures that AI scripts, movement logic, and other gameplay code don't execute on temporary copies being positioned/previewed.
Source: addons/grid_placement/utils/placement_manipulation_copy_utils.gd
Syntax
class PlacementManipulationCopyUtils extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
prepare_manipulation_copy | Method | |
remove_scripts_recursive | Method | |
restore_processing | Method |