Ark Server API (ASA) - Wiki
|
Go to the source code of this file.
Macros | |
#define | REGISTER_NAME(num, name) name = num, |
#define | REGISTER_NAME(num, name) inline constexpr EName NAME_##name = EName::name; |
#define | MAX_NETWORKED_HARDCODED_NAME 410 |
Enumerations | |
enum class | EName : uint32 { MaxHardcodedNameIndex } |
Functions | |
const TCHAR * | LexToString (EName Ename) |
bool | ShouldReplicateAsInteger (EName Ename) |
bool | ShouldReplicateAsInteger (EName Ename, const class FName &Name) |
#define MAX_NETWORKED_HARDCODED_NAME 410 |
Index of highest hardcoded name to be replicated by index by the networking code
Definition at line 38 of file UnrealNames.h.
Definition at line 14 of file UnrealNames.h.
Definition at line 14 of file UnrealNames.h.
Enumerator | |
---|---|
MaxHardcodedNameIndex |
Definition at line 15 of file UnrealNames.h.
Definition at line 41 of file UnrealNames.h.