ValueOpcodeMapSubtract

class dsviper.ValueOpcodeMapSubtract

Bases: object

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

Note: Not directly instantiable.

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

Return the tuple(attachment, key, path, value).

key() ValueOpcodeKey

Return the key.

path() PathConst

Return the path.

type() str

Return the type.

value() ValueSet

Return the value.