FindFlagChar Function

Finds the flag char for a given admin flag.

bool FindFlagChar(AdminFlag flag, int& c)

Parameters

AdminFlag flag

Flag to look up.

int& c

Variable to store flag char.

Return Value

True on success, false if not found.