C# Class EssentialsPlugin.Utility.Waypoints

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin Class Usage Examples

Méthodes publiques

Méthode Description
Add ( WaypointItem item ) : void
Get ( ulong steamId ) : List
GroupAdd ( ulong steamId, string name, string group ) : bool
GroupExists ( ulong steamId, string group ) : bool
GroupRemove ( ulong steamId, string name ) : bool
Remove ( ulong steamId, string name ) : void
SendClientWaypoints ( ulong userId ) : void
Toggle ( ulong steamId, string group = "" ) : void

Private Methods

Méthode Description
Load ( ) : void
Save ( ) : void
ToggleItem ( ulong steamId, WaypointItem item ) : void

Method Details

Add() public méthode

public Add ( WaypointItem item ) : void
item WaypointItem
Résultat void

Get() public méthode

public Get ( ulong steamId ) : List
steamId ulong
Résultat List

GroupAdd() public méthode

public GroupAdd ( ulong steamId, string name, string group ) : bool
steamId ulong
name string
group string
Résultat bool

GroupExists() public méthode

public GroupExists ( ulong steamId, string group ) : bool
steamId ulong
group string
Résultat bool

GroupRemove() public méthode

public GroupRemove ( ulong steamId, string name ) : bool
steamId ulong
name string
Résultat bool

Remove() public méthode

public Remove ( ulong steamId, string name ) : void
steamId ulong
name string
Résultat void

SendClientWaypoints() public static méthode

public static SendClientWaypoints ( ulong userId ) : void
userId ulong
Résultat void

Toggle() public méthode

public Toggle ( ulong steamId, string group = "" ) : void
steamId ulong
group string
Résultat void