MCPcopy Create free account
hub / github.com/ZDoom/Raze / PrintStateLabel

Function PrintStateLabel

source/common/scripting/frontend/ast.cpp:394–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394static void PrintStateLabel(FLispString &out, const ZCC_TreeNode *node)
395{
396 ZCC_StateLabel *snode = (ZCC_StateLabel *)node;
397 out.Open("state-label");
398 out.AddName(snode->Label);
399 out.Close();
400}
401
402static void PrintStateStop(FLispString &out, const ZCC_TreeNode *node)
403{

Callers

nothing calls this directly

Calls 3

OpenMethod · 0.45
AddNameMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected