Class CallStageEntry
- Namespace
- S1API.PhoneCalls
- Assembly
- S1API.dll
Represents a Stage entry in a call.
public class CallStageEntry
- Inheritance
-
CallStageEntry
- Inherited Members
- Extension Methods
Fields
DoneTriggerEntries
INTERNAL: List of system triggers that execute when this call stage completes. These triggers are executed after the player has finished reading the stage text.
protected readonly List<SystemTriggerEntry> DoneTriggerEntries
Field Value
StartTriggerEntries
INTERNAL: List of system triggers that execute when this call stage starts. These triggers are executed before the stage text is displayed to the player.
protected readonly List<SystemTriggerEntry> StartTriggerEntries
Field Value
Properties
Text
The text to display in this Stage
public string Text { get; set; }
Property Value
Methods
AddSystemTrigger(SystemTriggerType)
Adds a start trigger to the CallStageEntry instance.
public SystemTriggerEntry AddSystemTrigger(SystemTriggerType triggerType)
Parameters
triggerTypeSystemTriggerTypeThe SystemTriggerType this trigger has to be added to