The unique identifier for a network entity.
More...
Inherits INetworkStruct, IEquatable< NetworkId >, IComparable, and IComparable< NetworkId >.
|
int | CompareTo (NetworkId other) |
|
int IComparable. | CompareTo (object obj) |
|
bool | Equals (NetworkId other) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
string | ToNamePrefixString () |
| String conversion specifically for use in prefixing names of GameObjects. More...
|
|
override string | ToString () |
|
void | Write (NetBitBuffer *buffer) |
|
|
const int | ALIGNMENT = 4 |
|
const int | BLOCK_SIZE = 8 |
|
const int | PREDICTED_BIT = 1 << 31 |
| Offset for the bitflag that indicates of this tick is predicted or final. More...
|
|
const int | SIZE = 4 |
|
The unique identifier for a network entity.
◆ ToNamePrefixString()
string ToNamePrefixString |
( |
| ) |
|
String conversion specifically for use in prefixing names of GameObjects.
- Returns
◆ PREDICTED_BIT
const int PREDICTED_BIT = 1 << 31 |
|
static |
Offset for the bitflag that indicates of this tick is predicted or final.
◆ Raw
◆ IsValid