MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / NumStatements

Method NumStatements

neo/d3xp/script/Script_Program.h:540–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538 statement_t *AllocStatement( void );
539 statement_t &GetStatement( int index );
540 int NumStatements( void ) { return statements.Num(); }
541
542 int GetReturnedInteger( void );
543

Callers 13

IsLineCodeMethod · 0.45
JumpToMethod · 0.45
JumpFromMethod · 0.45
EmitFunctionParmsMethod · 0.45
GetExpressionMethod · 0.45
PatchLoopMethod · 0.45
ParseWhileStatementMethod · 0.45
ParseForStatementMethod · 0.45
ParseDoWhileStatementMethod · 0.45
ParseIfStatementMethod · 0.45
ParseFunctionDefMethod · 0.45
ErrorMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected