Represents a pointer to a NetworkObjectHeader. This struct is unsafe because it uses pointers. More...
Static Public Member Functions | |
static implicit | operator NetworkObjectHeaderPtr (NetworkObjectHeader *ptr) |
Public Attributes | |
NetworkObjectHeader * | Ptr |
Pointer to a NetworkObjectHeader. More... | |
Properties | |
NetworkId | Id [get] |
Gets the Id of the NetworkObjectHeader this struct points to. More... | |
NetworkObjectTypeId | Type [get] |
Gets the Type of the NetworkObjectHeader this struct points to. More... | |
Represents a pointer to a NetworkObjectHeader. This struct is unsafe because it uses pointers.
|
static |
ptr |
Pointer to a NetworkObjectHeader.
|
get |
Gets the Id of the NetworkObjectHeader this struct points to.
|
get |
Gets the Type of the NetworkObjectHeader this struct points to.