Ark Server API (ASA) - 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 35 of file CString.h.