MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / append

Method append

Engine/source/console/astNodes.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void StmtNode::append(StmtNode *next)
78{
79 StmtNode *walk = this;
80 while(walk->next)
81 walk = walk->next;
82 walk->next = next;
83}
84
85
86void FunctionDeclStmtNode::setPackage(StringTableEntry packageName)

Callers 9

simObject.cppFile · 0.45
writeMethod · 0.45
cmdgram.cppFile · 0.45
getArgumentsStringMethod · 0.45
getPrototypeStringMethod · 0.45
compileMethod · 0.45
compileExecMethod · 0.45
getFunctionArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected