Skip to documentation
SplitScript
  • Language
  • Standard library
  • Guides
  • Migration

SplitScript reference / Language / start

start

lifecycle block

start { ... }

Decides whether to start the timer.

Falling through returns false.

Examples

Use start

start {
    return current.inGame && !old.inGame
}
Generated from the SplitScript compiler's documentation catalogs.