Exemplo n.º 1
0
 public PADScript loadScript(PADScript l)
 {
     l.addLuaCommand("printConsole", this);
     l.addLuaCommand("FileExists", this);
     l.addLuaCommand("WriteFile", this);
     l.addLuaCommand("deleteFile", this);
     return(l);
 }
Exemplo n.º 2
0
 //this will be dynamically be updated when custom cs code gets added
 public void loadCustomScripts()
 {
     p = core.loadScript(p);
 }