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

Method replace

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

Generated from [ref:lua_replace]

(State * L, int idx)

Source from the content-addressed store, hash-verified

81 /// Generated from [ref:lua_replace]
82 /// </summary>
83 [DllImport("luajit-5.1", EntryPoint="lua_replace", CallingConvention = CallingConvention.Cdecl)]
84 public static extern void replace(State * L, int idx);
85
86 /// <summary>
87 /// Generated from [ref:lua_checkstack]

Callers 15

apply_licenseFunction · 0.80
addOutputFlagsMethod · 0.80
scanDirMethod · 0.80
scanJarMethod · 0.80
scanLoaderMethod · 0.80
mainMethod · 0.80
buildEngineRemoteMethod · 0.80
createFatLibraryMethod · 0.80
copyManifestFileMethod · 0.80
stripBaseDirMethod · 0.80

Calls

no outgoing calls

Tested by 3

copy_file_onceFunction · 0.64