C# 클래스 Wolfje.Plugins.SEconomy.JistAliasModule.JistAlias

상속: IDisposable
파일 보기 프로젝트 열기: tylerjwatson/SEconomy 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
jsAliases List
parent JistAliasPlugin

공개 메소드들

메소드 설명
Dispose ( ) : void
JistAlias ( JistAliasPlugin plugin ) : System
ParseJSCommands ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ChatCommand_AliasExecuted ( TShockAPI e ) : void

Occurs when someone executes an alias command

CreateAlias ( JScriptAliasCommand alias, bool allowServer = true ) : void

Creates a javascript alias pointing to a javascript function.

GetAlias ( object aliasObject ) : JScriptAliasCommand

Gets an alias either by its object reference, or by it's name if the provided object is a string.

JistAlias_AliasExecuted ( object sender, AliasExecutedEventArgs e ) : void
PopulateCooldownList ( AliasCommand>.KeyValuePair cooldownReference, System.TimeSpan customValue = null ) : void
RefundAlias ( Money commandCost, TShockAPI.TSPlayer toPlayer ) : void

Refunds a player the full cost of an alias.

RemoveAlias ( JScriptAliasCommand alias ) : void

Removes an alias.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

JistAlias() 공개 메소드

public JistAlias ( JistAliasPlugin plugin ) : System
plugin JistAliasPlugin
리턴 System

ParseJSCommands() 공개 메소드

public ParseJSCommands ( ) : void
리턴 void

프로퍼티 상세

jsAliases 보호되어 있는 프로퍼티

protected List jsAliases
리턴 List

parent 보호되어 있는 프로퍼티

protected JistAliasPlugin,Wolfje.Plugins.SEconomy.JistAliasModule parent
리턴 JistAliasPlugin