MCPcopy Create free account
hub / github.com/anjo76/angelscript / ptr

Method ptr

sdk/angelscript/source/as_callfunc_e2k.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 asQWORD m_buffer[E2K_MAX_ARGS];
84
85 const asQWORD *ptr() const {
86 return m_buffer;
87 }
88
89 int count() const {
90 return m_count;

Callers 1

CallSystemFunctionNativeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected