Skip to content

Version Alpha 4

Compare
Choose a tag to compare
@jpiolho jpiolho released this 06 Feb 13:13
· 23 commits to master since this release
  • Debug.Break will now trigger a debugger breakpoint
  • Game.Mod now returns the mod folder name
  • Added Game.ModFolder to return the full path to the mod folder
  • Added Timer API
  • Added Server.Map. Returns the map name
  • Probably fixed a crash that occurred sometimes when changing maps.
  • Added handling to hook returns, which lets plugins control whether to stop further hooks from triggering or not.
  • Added Server.GamemodeName
  • General improvements in the code and other areas