C# 클래스 RocketRegions.Commands.ListHandleCommand

상속: IRocketCommand
파일 보기 프로젝트 열기: Trojaner25/Rocket-Regions

공개 메소드들

메소드 설명
Execute ( IRocketPlayer caller, string command ) : void

보호된 메소드들

메소드 설명
Add ( Region steamID, ulong mSteamID ) : void
GetList ( Region region ) : List
Remove ( Region region, ulong mSteamID ) : void

비공개 메소드들

메소드 설명
GetTarget ( string search, string &name ) : CSteamID

메소드 상세

Add() 보호된 추상적인 메소드

protected abstract Add ( Region steamID, ulong mSteamID ) : void
steamID Region
mSteamID ulong
리턴 void

Execute() 공개 메소드

public Execute ( IRocketPlayer caller, string command ) : void
caller IRocketPlayer
command string
리턴 void

GetList() 보호된 추상적인 메소드

protected abstract GetList ( Region region ) : List
region Region
리턴 List

Remove() 보호된 추상적인 메소드

protected abstract Remove ( Region region, ulong mSteamID ) : void
region Region
mSteamID ulong
리턴 void