ValueOpcodeXArrayInsert

class dsviper.ValueOpcodeXArrayInsert

Bases: object

A class used to represent the type and the arguments of an opcode.

Note: Not directly instantiable.

arguments(definitions: DefinitionsConst) tuple[Attachment, ValueKey, PathConst, ValueUUId, ValueUUId]

Return the tuple(attachment, key, value, before_position, new_position).

before_position() ValueUUId

Return the before position.

key() ValueOpcodeKey

Return the key.

path() PathConst

Return the path.

position() ValueUUId

Return the position.

type() str

Return the type.