Class RPCPacket
Assembly: FNNLib.dll
Syntax
public class RPCPacket : ISerializable, IBufferablePacket
Fields
|
Improve this Doc
View Source
behaviourIndex
Declaration
public int behaviourIndex
Field Value
|
Improve this Doc
View Source
expectsResponse
Declaration
public bool expectsResponse
Field Value
|
Improve this Doc
View Source
methodHash
Declaration
Field Value
|
Improve this Doc
View Source
networkID
Declaration
Field Value
|
Improve this Doc
View Source
parameterBuffer
Declaration
public ArraySegment<byte> parameterBuffer
Field Value
|
Improve this Doc
View Source
responseID
Declaration
Field Value
Methods
|
Improve this Doc
View Source
BufferPacket(NetworkChannel, UInt64)
Declaration
public bool BufferPacket(NetworkChannel channel, ulong sender)
Parameters
Returns
|
Improve this Doc
View Source
DeSerialize(NetworkReader)
Declaration
public void DeSerialize(NetworkReader reader)
Parameters
|
Improve this Doc
View Source
Serialize(NetworkWriter)
Declaration
public void Serialize(NetworkWriter writer)
Parameters
Implements