github cleolibrary/CLEO-Redux 0.7.2

latest releases: 1.3.0, 1.2.2, 1.2.1...
3 years ago
  • add ONMISSION variable that can be used to manipulate the global player's on a mission status
if (!ONMISSION) {
    showTextBox("Not on a mission. Setting ONMISSION to true");
    ONMISSION = true;
}

BREAKING CHANGES

  • using new operator on a static object (for which Sanny Builder Library does not define a constructor, e.g. Audio or Hud) now throws an error:
    var hud = new Hud(); // error: Hud is not constructable
  • minimum required version of sa.json is 0.166

Don't miss a new CLEO-Redux release

NewReleases is sending notifications on new releases.