Add CPos.New etc functions to Lua standard library and helpers to LuaScriptInterface.cs. Rename Team.Create to Team.New.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Team = { }
|
||||
|
||||
Team.Create = function(actors)
|
||||
Team.New = function(actors)
|
||||
local team = { }
|
||||
team.Actors = actors
|
||||
team.OnAllKilled = { }
|
||||
|
||||
Reference in New Issue
Block a user