Ark Server API (ASA) - Wiki
|
Enumerations | |
enum | Type : int { Exclusive = 0x0 , Inclusive = 0x1 , Open = 0x2 , Exclusive = 0x0 , Inclusive = 0x1 , Open = 0x2 } |
enum | Type { Exclusive = 0x0 , Inclusive = 0x1 , Open = 0x2 , Exclusive = 0x0 , Inclusive = 0x1 , Open = 0x2 } |
Enumerates the valid types of range bounds.
Definition at line 17 of file RangeBound.h.