C# Class EssentialsPlugin.Utility.Waypoints

Mostrar archivo Open project: rexxar-tc/EssentialsPlugin Class Usage Examples

Public Methods

Method 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

Method Description
Load ( ) : void
Save ( ) : void
ToggleItem ( ulong steamId, WaypointItem item ) : void

Method Details

Add() public method

public Add ( WaypointItem item ) : void
item WaypointItem
return void

Get() public method

public Get ( ulong steamId ) : List
steamId ulong
return List

GroupAdd() public method

public GroupAdd ( ulong steamId, string name, string group ) : bool
steamId ulong
name string
group string
return bool

GroupExists() public method

public GroupExists ( ulong steamId, string group ) : bool
steamId ulong
group string
return bool

GroupRemove() public method

public GroupRemove ( ulong steamId, string name ) : bool
steamId ulong
name string
return bool

Remove() public method

public Remove ( ulong steamId, string name ) : void
steamId ulong
name string
return void

SendClientWaypoints() public static method

public static SendClientWaypoints ( ulong userId ) : void
userId ulong
return void

Toggle() public method

public Toggle ( ulong steamId, string group = "" ) : void
steamId ulong
group string
return void