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

Function PushDDF

engine/script/src/script_ddf.cpp:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 }
609
610 void PushDDF(lua_State* L, const dmDDF::Descriptor* d, const char* data)
611 {
612 // TODO: Can/should we use the decoders here too?
613 PushDDF(L, d, data, false);
614 }
615
616 void PushDDF(lua_State* L, const dmDDF::Descriptor* d, const char* data, bool pointers_are_offsets)
617 {

Callers 7

HandleMessageFunction · 0.85
TEST_FFunction · 0.85
RunScriptFunction · 0.85
RunScriptFunction · 0.85
DispatchCallbackDDFFunction · 0.85

Calls 3

luaL_errorFunction · 0.85
PushDDFNoDecoderFunction · 0.85
GetMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
DispatchCallbackDDFFunction · 0.68