Enum SkipText
How to skip the text?
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum SkipText
Fields
Name | Description |
---|---|
ByMouse | Skip the text if user clicked the left mouse button. |
ByTime | Skip the text if enough time has passed. |
ByTimeAndMouse | Skip the text if enough time has passed or if the user clicked the left mouse button. |
External | The engine will never skip the text itself, but will count on the developer to implement custom skipping (by subsribing to the OnBeforeSay event and calling the "SkipText" action when appropriate). |