Свойство | Тип | Описание | |
---|---|---|---|
CooldownList | Dictionary |
Свойство | Тип | Описание | |
---|---|---|---|
__rndLock | object | ||
msgRegex | |||
parameterRegex | |||
parent | |||
randomGenerator | |||
randomRegex | |||
runasFunctionRegex |
Метод | Описание | |
---|---|---|
CmdAlias ( |
||
Dispose ( ) : void |
Метод | Описание | |
---|---|---|
ChatCommand_AliasExecuted ( TShockAPI e ) : void |
Occurs when someone executes an alias command
|
|
ChatCommand_GeneralCommand ( TShockAPI args ) : void | ||
CmdAliasPlugin_AliasExecuted ( object sender, |
||
Dispose ( bool disposing ) : void | ||
DoCommands ( |
Executes the AliasCommand. Will either forward the command to the tshock handler or do something else
|
|
ParseCommands ( ) : void | ||
ReloadConfigAfterDelayAsync ( int DelaySeconds ) : System.Threading.Tasks.Task |
Asynchronously reparses the AliasCmd configuration file after the specified period.
|
|
ReplaceParameterMarkers ( IList |
Mangles the command to execute with the supplied parameters according to the parameter rules.
|
Метод | Описание | |
---|---|---|
PopulateCooldownList ( AliasCommand>.KeyValuePair |
protected ChatCommand_AliasExecuted ( TShockAPI e ) : void | ||
e | TShockAPI | |
Результат | void |
protected ChatCommand_GeneralCommand ( TShockAPI args ) : void | ||
args | TShockAPI | |
Результат | void |
public CmdAlias ( |
||
pluginInstance | ||
Результат | System |
protected CmdAliasPlugin_AliasExecuted ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected DoCommands ( |
||
alias | ||
player | TShockAPI | |
parameters | List |
|
Результат | void |
protected ReloadConfigAfterDelayAsync ( int DelaySeconds ) : System.Threading.Tasks.Task | ||
DelaySeconds | int | |
Результат | System.Threading.Tasks.Task |
protected ReplaceParameterMarkers ( IList |
||
parameters | IList |
/// * Parameter format: /// * $1 $2 $3 $4: Takes the individual parameter number from the typed alias and puts it into the commands to execute /// * $1-: Takes everything from the indiviual parameter to the end of the line /// * $1-3: Take all parameters ranging from the lowest to the highest. /// |
CommandToExecute | string | |
Результат | void |
public Dictionary |
||
Результат | Dictionary |
protected Regex,System.Text.RegularExpressions msgRegex | ||
Результат |
protected Regex,System.Text.RegularExpressions parameterRegex | ||
Результат |
protected CmdAliasPlugin,Wolfje.Plugins.SEconomy.CmdAliasModule parent | ||
Результат |
protected Regex,System.Text.RegularExpressions randomRegex | ||
Результат |