Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Release dev/0.4.0-dev

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 23:03
  • Updated to the latest cpp-sdk version (v44).
  • Added tick server event.
  • Added isDebug function.
  • Added fileExists function.
  • Added fileRead function.
  • Added getEntityById function.
  • Added getRootDirectory function.
  • Added getPlayersByName function.
  • Added getNetTime function.
  • Added getVersion function.
  • Added getBranch function.
  • Added DEFAULT_DIMENSION and GLOBAL_DIMENSION global variables.
  • Added Entity.getAll function, Entity.all property, possibility to loop through entities by ipairs(Entity).
  • Removed setSprite, setColor, setRoute, setRouteColor from Blip class.
  • Both print and log functions now take variadic arguments and also will try to convert values into strings (you don't need to call tostring).