Triggers

All trigger types provided by the Spark Save system.


TriggerSaveTriggerType

A trigger that initiates a save operation when activated. Useful for auto-save checkpoints or save-on-event setups.

Property
Type
Description

SlotIndex

int

The save slot index to save to when triggered

Usage

Attach this trigger type to any Spark trigger to automatically save game data when specific conditions are met, such as entering a new area or completing an objective.

Last updated

Was this helpful?