Enum Enums.SelectClickType
Special types for Select menus: RandomSelect will pick a random menu item, SequentialSelect will walk the list (w/ and w/o wrapping) note: LeftClick is the same action as ClicType.LeftClick
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public enum SelectClickType
Fields
| Name | Description |
|---|---|
| LeftClick | |
| SelectNext | |
| SelectNextWithWrap | |
| SelectRandom |