Api MovedObject
struct

MovedObject

public sealed struct MovedObject

Represents an object that should be moved to a new location during patching.

Fields

Name Type Description
Id ObjectIdentifier The identifier of the object to move
NewParent ObjectIdentifier The new parent object
NewContainerProperty String The property name in the new parent that will contain this object
IsNewContainerArray Boolean Whether the object is being moved to an array (true) or as a direct property (false)
NewPreviousElement ObjectIdentifier? The previous sibling in the new location (null if first or not in array)
Assembly: Sandbox.Engine Declaring Type: Json Full Name: Sandbox.Json.MovedObject