MCPcopy Create free account
hub / github.com/InoriRus/Kyty / PrintHelp

Function PrintHelp

source/lib/Scripts/src/Scripts.cpp:282–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void PrintHelp()
283{
284 lua_init();
285
286 FOR_HASH (g_help_list->map)
287 {
288 printf("Lua function: %s\n", g_help_list->map.Key().C_Str());
289 auto f = g_help_list->map.Value();
290 f();
291 }
292}
293
294class ScriptVar::ScriptVarPrivate: public Core::RefCounter<Core::DummyMutex>
295{

Callers 1

mainFunction · 0.85

Calls 4

lua_initFunction · 0.85
printfFunction · 0.85
KeyMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected