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

Method insert

engine/lua/src/cs/dmsdk/lua/lua_gen.cs:77–78  ·  view source on GitHub ↗

Generated from [ref:lua_insert]

(State * L, int idx)

Source from the content-addressed store, hash-verified

75 /// Generated from [ref:lua_insert]
76 /// </summary>
77 [DllImport("luajit-5.1", EntryPoint="lua_insert", CallingConvention = CallingConvention.Cdecl)]
78 public static extern void insert(State * L, int idx);
79
80 /// <summary>
81 /// Generated from [ref:lua_replace]

Callers 13

TEST_PFunction · 0.45
gen_java.pyFile · 0.45
bundle.pyFile · 0.45
check_sdkMethod · 0.45
gen_sdk.pyFile · 0.45
_bootstrap_python_pathsFunction · 0.45
mainFunction · 0.45
HeFunction · 0.45
$eFunction · 0.45
nFunction · 0.45
waf_content.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
mainFunction · 0.36