LaneSelectionFlags Enum
The LaneSelectionFlags enum represents flags used for selecting specific roles in the game. Each flag is associated with a unique value and can be combined using bitwise operations for flexible configurations.
Enum Values
| Name | Value | Description |
|---|---|---|
SafeLane | 1 | Represents the safe lane. |
OffLane | 2 | Represents the offlane. |
MidLane | 4 | Represents the mid lane. |
SoftSupport | 8 | Represents the soft support role. |
HardSupport | 16 | Represents the hard support role. |