Added some missing math functions from lua

This commit is contained in:
EvilFactory
2023-03-03 17:26:53 -03:00
parent 27cde50c08
commit d9789b8438
3 changed files with 24 additions and 2 deletions
@@ -4,8 +4,8 @@ local RegisterBarotrauma = LuaSetup.LuaUserData.RegisterTypeBarotrauma
Register("System.TimeSpan")
Register("System.Exception")
RegisterBarotrauma("Barotrauma.Success`2[[Barotrauma.ContentPackage],[System.Exception]]")
RegisterBarotrauma("Barotrauma.Failure`2[[Barotrauma.ContentPackage],[System.Exception]]")
RegisterBarotrauma("Success`2[[Barotrauma.ContentPackage],[System.Exception]]")
RegisterBarotrauma("Failure`2[[Barotrauma.ContentPackage],[System.Exception]]")
RegisterBarotrauma("LuaSByte")
RegisterBarotrauma("LuaByte")