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

Method GetHead

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

Source from the content-addressed store, hash-verified

130 }
131
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

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected