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

Function ScriptLabelRegister

engine/gamesys/src/gamesys/scripts/script_label.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void ScriptLabelRegister(const ScriptLibContext& context)
365{
366 LuaInit(context.m_LuaState);
367}
368
369void ScriptLabelFinalize(const ScriptLibContext& context)
370{

Callers 1

InitializeScriptLibsFunction · 0.85

Calls 1

LuaInitFunction · 0.70

Tested by

no test coverage detected