Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enables a watchdog timeout on the roMessagePort instance if passed a positive integer. The watchdog will crash and reboot the player if the script does not call GetMessage() or WaitMessage() after the specified number of seconds (the timeout is blocked while the script waits on the message port). Passing zero to this method disables the watchdog.

...