Click or drag to resize

GUILinkMode Enumeration

Specifies how the linking mode is displayed in GUI.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
public enum GUILinkMode
Request Example View Source
Members
  Member nameValueDescription
None0Uninitialized value. Must never be used in the real calls.
Interactive1 The ending part of the link will expect the player's input to complete or cancel the link.
API2No GUI interaction is expected to complete the link.
See Also