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

Method JumpFrom

neo/game/script/Script_Compiler.cpp:359–361  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

357============
358*/
359ID_INLINE idVarDef *idCompiler::JumpFrom( int jumpfrom ) {
360 return JumpDef( jumpfrom, gameLocal.program.NumStatements() );
361}
362
363/*
364============

Callers

nothing calls this directly

Calls 1

NumStatementsMethod · 0.45

Tested by

no test coverage detected