RakNet  4.0
Public Attributes | List of all members
RakNet::LastSerializationResult Struct Reference

#include <ReplicaManager3.h>

Public Attributes

RakNet::Replica3replica
 

Detailed Description

Represents the serialized data for an object the last time it was sent. Used by Connection_RM3::OnAutoserializeInterval() and Connection_RM3::SendSerializeIfChanged()

Member Data Documentation

RakNet::Replica3* RakNet::LastSerializationResult::replica

The replica instance we serialized

Note
replica MUST be the first member of this struct because I cast from replica to LastSerializationResult in Update()

The documentation for this struct was generated from the following file: