MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / help

Function help

TheForceEngine/EditorDef/Scripts/scriptConsole.h:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14void findSector(string name) { level.findSector(name); }
15
16void help()
17{
18 system.print("=== Script Console Short-cuts ===");
19 system.print("clear()");
20 system.print("print(msg) - print(\"Test\")");
21 system.print("runScript(name) - runScript(\"LevelInfo\")");
22 system.print("showScript(name) - showScript(\"VectorMath\")");
23 system.print("findSector(name) - findSector(\"RedDoor\")");
24}

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected