adventuregamestudio / ags-manual

AGS documentation.
https://adventuregamestudio.github.io/ags-manual/
MIT License
26 stars 9 forks source link

[3.6.1] Script API: Game.ResetDoOnceOnly() #226

Closed ericoporto closed 8 months ago

ericoporto commented 8 months ago

Add from script api

/// Resets all of the "DoOnceOnly" token states
  import static bool   ResetDoOnceOnly();

From: https://github.com/adventuregamestudio/ags/releases/tag/v3.6.1.2

Script API:

Added Game.ResetDoOnceOnly(), which completely resets all DoOnceOnly instances.

ericoporto commented 8 months ago

https://github.com/adventuregamestudio/ags-manual/wiki/Game/_compare/c4f0778%5E...c4f0778