MCPcopy Create free account
hub / github.com/defold/defold / GetDynamicTypePointer

Method GetDynamicTypePointer

engine/ddf/src/ddf/ddf_loadcontext.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void* LoadContext::GetDynamicTypePointer(uint32_t offset)
162 {
163 return (void*)(m_Start + m_DynamicTypeOffset + offset);
164 }
165
166 void LoadContext::SetDynamicTypeBase(uint32_t offset)
167 {

Callers 1

ReadMessageFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected