MCPcopy Create free account
hub / github.com/adventuregamestudio/ags / GetSize

Method GetSize

Engine/script/scriptexecutor.cpp:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 inline RuntimeScriptValue *GetHead() { return _head; }
133 inline const RuntimeScriptValue *GetHead() const { return _head; }
134 inline size_t GetSize() const { return _entries.data() + _entries.size() - _head; }
135
136 inline void Push(const RuntimeScriptValue &value)
137 {

Callers 15

SetRectMethod · 0.45
BeginMethod · 0.45
RunMethod · 0.45
SetupNativeTargetMethod · 0.45
SetupViewportMethod · 0.45
CreateVirtualScreenMethod · 0.45
RenderMethod · 0.45
RenderTextureMethod · 0.45
RenderImplMethod · 0.45
InitSpriteBatchMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected