Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ERangeBoundTypes Namespace Reference

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
}
 

Enumeration Type Documentation

◆ Type [1/2]

Enumerator
Exclusive 

The range excludes the bound.

Inclusive 

The range includes the bound.

Open 

The bound is open.

Exclusive 

The range excludes the bound.

Inclusive 

The range includes the bound.

Open 

The bound is open.

Definition at line 6550 of file Enums.h.

◆ Type [2/2]

Enumerates the valid types of range bounds.

Enumerator
Exclusive 

The range excludes the bound.

Inclusive 

The range includes the bound.

Open 

The bound is open.

Exclusive 

The range excludes the bound.

Inclusive 

The range includes the bound.

Open 

The bound is open.

Definition at line 17 of file RangeBound.h.