Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
ESearchDir Namespace Reference

Enumerations

enum  Type { FromStart , FromEnd }
 

Detailed Description

Determines search direction for string operations.

Enumeration Type Documentation

◆ Type

Enumerator
FromStart 

Search from the start, moving forward through the string.

FromEnd 

Search from the end, moving backward through the string.

Definition at line 38 of file FString.h.