Add plugin function JobSpawn

This commit is contained in:
10sr
2016-11-16 14:06:12 +09:00
parent 855c5283e4
commit d70a2fe63d
2 changed files with 9 additions and 3 deletions

View File

@@ -340,6 +340,7 @@ func main() {
// Used for asynchronous jobs
L.SetGlobal("JobStart", luar.New(L, JobStart))
L.SetGlobal("JobSpawn", luar.New(L, JobSpawn))
L.SetGlobal("JobSend", luar.New(L, JobSend))
L.SetGlobal("JobStop", luar.New(L, JobStop))