Skip to content

1.0.7

Compare
Choose a tag to compare
@x87 x87 released this 27 Jan 16:02
· 13 commits to master since this release
  • add a new property CLEO.hostVersion that returns the version of the current host. Currently only available if the current exe file has version info (e.g. GTA IV or GTA Trilogy)
  • fix a crash in GTA IV when loading a script with a syntax error
  • fix an issue in GTA IV when some commands always returned the same value (e.g. GET_CURRENT_CHAR_WEAPON)

BREAKING CHANGES

  log(CLEO.apiVersion.patch); // was "" now undefined
  log(CLEO.apiVersion.pre); // was "" now undefined
  log(CLEO.apiVersion.build); // was "" now undefined