package Yarn

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

yarn_spinner.proto:34

Used in: Node

message Instruction

yarn_spinner.proto:42

Used in: Node

message Instruction.AddOptionInstruction

yarn_spinner.proto:155

Used in: Instruction

message Instruction.AddSaliencyCandidateFromNodeInstruction

yarn_spinner.proto:214

Used in: Instruction

message Instruction.AddSaliencyCandidateInstruction

yarn_spinner.proto:202

Used in: Instruction

message Instruction.CallFunctionInstruction

yarn_spinner.proto:176

Used in: Instruction

message Instruction.DetourToNodeInstruction

yarn_spinner.proto:195

Used in: Instruction

message Instruction.JumpIfFalseInstruction

yarn_spinner.proto:171

Used in: Instruction

message Instruction.JumpToInstruction

yarn_spinner.proto:135

Used in: Instruction

message Instruction.PeekAndDetourToNode

yarn_spinner.proto:198

Used in: Instruction

(message has no fields)

message Instruction.PeekAndJumpInstruction

yarn_spinner.proto:120

Used in: Instruction

(message has no fields)

message Instruction.PeekAndRunNodeInstruction

yarn_spinner.proto:121

Used in: Instruction

(message has no fields)

message Instruction.PopInstruction

yarn_spinner.proto:175

Used in: Instruction

(message has no fields)

message Instruction.PushBoolInstruction

yarn_spinner.proto:131

Used in: Instruction

message Instruction.PushFloatInstruction

yarn_spinner.proto:127

Used in: Instruction

message Instruction.PushStringInstruction

yarn_spinner.proto:123

Used in: Instruction

message Instruction.PushVariableInstruction

yarn_spinner.proto:180

Used in: Instruction

message Instruction.ReturnInstruction

yarn_spinner.proto:200

Used in: Instruction

(message has no fields)

message Instruction.RunCommandInstruction

yarn_spinner.proto:147

Used in: Instruction

message Instruction.RunLineInstruction

yarn_spinner.proto:139

Used in: Instruction

message Instruction.RunNodeInstruction

yarn_spinner.proto:190

Used in: Instruction

message Instruction.SelectSaliencyCandidateInstruction

yarn_spinner.proto:223

Used in: Instruction

(message has no fields)

message Instruction.ShowOptionsInstruction

yarn_spinner.proto:122

Used in: Instruction

(message has no fields)

message Instruction.StopInstruction

yarn_spinner.proto:189

Used in: Instruction

(message has no fields)

message Instruction.StoreVariableInstruction

yarn_spinner.proto:184

Used in: Instruction

message InstructionV1

yarn_spinner.proto:228

A single Yarn instruction.

enum InstructionV1.OpCode

yarn_spinner.proto:237

The type of instruction that this is.

Used in: InstructionV1

message Node

yarn_spinner.proto:20

A collection of instructions

Used in: Program

message Operand

yarn_spinner.proto:324

A value used by an Instruction.

Used in: InstructionV1, Program

message Program

yarn_spinner.proto:5

A complete Yarn program.