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

Method JumpTo

neo/d3xp/script/Script_Compiler.cpp:348–350  ·  view source on GitHub ↗

============ idCompiler::JumpTo Creates a def for a relative jump from current code location ============ */

Source from the content-addressed store, hash-verified

346============
347*/
348ID_INLINE idVarDef *idCompiler::JumpTo( int jumpto ) {
349 return JumpDef( gameLocal.program.NumStatements(), jumpto );
350}
351
352/*
353============

Callers

nothing calls this directly

Calls 1

NumStatementsMethod · 0.45

Tested by

no test coverage detected