Lifecycles API
Import RundotGameAPI
│
▼
Ready (implicit once module import resolves)
│
├──▶ onPause ──▶ onResume
│
├──▶ onSleep ──▶ onAwake
│
└──▶ onQuit (terminal)Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
Event Reference
Hook
When it fires
Typical usage
Implementation Example
Best Practices
Last updated