C# Class RocketRegions.Commands.ListHandleCommand

Inheritance: IRocketCommand
Exibir arquivo Open project: Trojaner25/Rocket-Regions

Public Methods

Method Description
Execute ( IRocketPlayer caller, string command ) : void

Protected Methods

Method Description
Add ( Region steamID, ulong mSteamID ) : void
GetList ( Region region ) : List
Remove ( Region region, ulong mSteamID ) : void

Private Methods

Method Description
GetTarget ( string search, string &name ) : CSteamID

Method Details

Add() protected abstract method

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

Execute() public method

public Execute ( IRocketPlayer caller, string command ) : void
caller IRocketPlayer
command string
return void

GetList() protected abstract method

protected abstract GetList ( Region region ) : List
region Region
return List

Remove() protected abstract method

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