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

Function PrintStatePart

source/common/scripting/frontend/ast.cpp:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388static void PrintStatePart(FLispString &out, const ZCC_TreeNode *node)
389{
390 out.Open("state-part");
391 out.Close();
392}
393
394static void PrintStateLabel(FLispString &out, const ZCC_TreeNode *node)
395{

Callers

nothing calls this directly

Calls 2

OpenMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected