C# Class PNetS.PlayerMessageInfo

Afficher le fichier Open project: Ignis34Rus/LoE-Ghost.Server Class Usage Examples

Méthodes publiques

Свойство Type Description
ContinueForwarding bool
Mode BroadcastMode
Reliability ReliabilityMode

Private Methods

Méthode 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
Résultat bool

Mode public_oe property

Mode the rpc was sent from by the client
public BroadcastMode Mode
Résultat 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
Résultat ReliabilityMode