Add Lua standard library and supporting C#/yaml
This commit is contained in:
9
mods/ra/lua/map.lua
Normal file
9
mods/ra/lua/map.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
Map = { }
|
||||
|
||||
Map.GetFacing = function(vec, currentFacing)
|
||||
return Internal.GetFacing(vec, currentFacing)
|
||||
end
|
||||
|
||||
Map.GetWRangeFromCells = function(cells)
|
||||
return Internal.GetWRangeFromCells(cells)
|
||||
end
|
||||
Reference in New Issue
Block a user