Table of Contents

Class GBManipulationCopyUtils

Namespace
GridPlacement.GDScript
Assembly
MoonBark.GridPlacement.GDScript.dll
class GBManipulationCopyUtils extends RefCounted
GBManipulationCopyUtils

Properties

script

var script = p_target.get_script()

global_name

var global_name = script.get_global_name()

keep_marker

var keep_marker = script.get("keep_during_preview")

Methods

prepare_manipulation_copy

static func prepare_manipulation_copy(p_target: Node, p_type_exceptions: Array[String] = []) -> void:

Parameters

p_target
p_type_exceptions

Returns

remove_scripts_recursive

static func remove_scripts_recursive(p_target: Node, p_type_exceptions: Array[String]) -> void:

Parameters

p_target
p_type_exceptions

Returns

restore_processing

static func restore_processing(p_target: Node) -> void:

Parameters

p_target

Returns