C# 클래스 EssentialsPlugin.Utility.Waypoints

파일 보기 프로젝트 열기: rexxar-tc/EssentialsPlugin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Load ( ) : void
Save ( ) : void
ToggleItem ( ulong steamId, WaypointItem item ) : void

메소드 상세

Add() 공개 메소드

public Add ( WaypointItem item ) : void
item WaypointItem
리턴 void

Get() 공개 메소드

public Get ( ulong steamId ) : List
steamId ulong
리턴 List

GroupAdd() 공개 메소드

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

GroupExists() 공개 메소드

public GroupExists ( ulong steamId, string group ) : bool
steamId ulong
group string
리턴 bool

GroupRemove() 공개 메소드

public GroupRemove ( ulong steamId, string name ) : bool
steamId ulong
name string
리턴 bool

Remove() 공개 메소드

public Remove ( ulong steamId, string name ) : void
steamId ulong
name string
리턴 void

SendClientWaypoints() 공개 정적인 메소드

public static SendClientWaypoints ( ulong userId ) : void
userId ulong
리턴 void

Toggle() 공개 메소드

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