C# Class EssentialsPlugin.ProcessHandlers.ProcessWaypoints

Inheritance: EssentialsPlugin.ProcessHandlers.ProcessHandlerBase
Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Méthode Description
GetUpdateResolution ( ) : int
Handle ( ) : void
OnPlayerJoined ( ulong remoteUserId ) : void
OnPlayerLeft ( ulong remoteUserId ) : void
ProcessWaypoints ( ) : System

Method Details

GetUpdateResolution() public méthode

public GetUpdateResolution ( ) : int
Résultat int

Handle() public méthode

public Handle ( ) : void
Résultat void

OnPlayerJoined() public méthode

public OnPlayerJoined ( ulong remoteUserId ) : void
remoteUserId ulong
Résultat void

OnPlayerLeft() public méthode

public OnPlayerLeft ( ulong remoteUserId ) : void
remoteUserId ulong
Résultat void

ProcessWaypoints() public méthode

public ProcessWaypoints ( ) : System
Résultat System