Enum SystemTriggerType
- Namespace
- S1API.PhoneCalls.Constants
- Assembly
- S1API.dll
Defines the timing when system triggers should execute during a phone call stage.
public enum SystemTriggerType
- Extension Methods
Fields
DoneTrigger = 1Trigger executes when the call stage completes, after the player has finished reading the text.
StartTrigger = 0Trigger executes when the call stage begins, before the text is displayed to the player.