Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ NumStatements
Method
NumStatements
neo/game/script/Script_Program.h:526–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
statement_t *AllocStatement( void );
525
statement_t &GetStatement( int index );
526
int NumStatements( void ) { return statements.Num(); }
527
528
int GetReturnedInteger( void );
529
Callers
14
IsLineCode
Method · 0.45
JumpTo
Method · 0.45
JumpFrom
Method · 0.45
EmitFunctionParms
Method · 0.45
GetExpression
Method · 0.45
PatchLoop
Method · 0.45
ParseWhileStatement
Method · 0.45
ParseForStatement
Method · 0.45
ParseDoWhileStatement
Method · 0.45
ParseIfStatement
Method · 0.45
ParseFunctionDef
Method · 0.45
Error
Method · 0.45
Calls
1
Num
Method · 0.45
Tested by
no test coverage detected