Instruction.Types.OpCode.PushString Field
Pushes a string onto the stack. opA = string: the string to push to the stack.
[OriginalName("PUSH_STRING")]
PushString = 6
See Also
Instruction.Types.OpCode
: The type of instruction that this is.
Source
Defined in YarnSpinner/YarnSpinner.cs, line 654.