C# Class PNetS.PlayerMessageInfo

Mostrar archivo Open project: Ignis34Rus/LoE-Ghost.Server Class Usage Examples

Public Properties

Property Type Description
ContinueForwarding bool
Mode BroadcastMode
Reliability ReliabilityMode

Private Methods

Method Description
PlayerMessageInfo ( BroadcastMode mode ) : PNet

Property Details

ContinueForwarding public_oe property

Whether or not to continue sending the message to all other players
public bool ContinueForwarding
return bool

Mode public_oe property

Mode the rpc was sent from by the client
public BroadcastMode Mode
return BroadcastMode

Reliability public_oe property

Reliability mode of the message. You can change this to change the reliability as its passing through.
public ReliabilityMode Reliability
return ReliabilityMode