Enum UserSearchMode
Defines user search modes.
Namespace: OpenMod.API.Users
Assembly: OpenMod.API.dll
Syntax
public enum UserSearchMode : int
Fields
Name | Description |
---|---|
FindById | Find user by ID. |
FindByName | Find user by name. |
FindByNameOrId | Find user by name or ID. ID matches will be prioritized. |