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

Method TopFrame

source/common/scripting/vm/vmintern.h:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 VMFrame *AllocFrame(VMScriptFunction *func);
357 VMFrame *PopFrame();
358 VMFrame *TopFrame()
359 {
360 assert(Blocks != NULL && Blocks->LastFrame != NULL);
361 return Blocks->LastFrame;
362 }
363 static int OffsetLastFrame() { return (int)(ptrdiff_t)offsetof(BlockHeader, LastFrame); }
364private:
365 enum { BLOCK_SIZE = 4096 }; // Default block size

Callers 1

ExecScriptFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected