MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / Loop

Class Loop

source/src/scriptinterpreter.h:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 StatementList falseBlock;
80 };
81 struct Loop
82 {
83 std::string condition;
84 StatementList body;
85 };
86 struct FunctionDef
87 {
88 std::string name;

Callers 1

EventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected