Skip to content

[Experimental] v1.7.2.1

Choose a tag to compare

@ClonkAndre ClonkAndre released this 27 May 09:09
2448afc

⚠️ IV-SDK .NET v1.3 or above is required for these changes to take effect

Changelog

  1. Implemented mouse stuff.
  2. Scripts should read their settings file correctly.
  3. Fixed InvalidCastException caused by scripts calling a native function which returned a boolean and the script tried to convert it to an integer.
  4. “Clear” function of “SettingsFile” class now clears the file.
  5. “SendChatMessage” function in “Game” class is now functional.
  6. “GetScript” function in “Game” class is now functional.
  7. “isScriptRunning” function in “Game” class is now functional.
  8. “Type” property in “Garage” class is now settable.
  9. “MemberCount” property in “Team” class is now gettable.
  10. Removed some more obsolete stuff.