Method | Description | |
---|---|---|
ActionImplementorHelper ( ) : System.Collections.Generic | ||
Add ( String name, String localizedName, string description, ActionDelegate doAction ) : void | ||
Clear ( ) : void | ||
DoAction ( int action ) : bool | ||
GetDescription ( int action ) : String | ||
GetLocalizedName ( int action ) : String | ||
GetName ( int action ) : String | ||
Remove ( string name ) : bool | ||
SetDescription ( int action, string description ) : bool |
public ActionImplementorHelper ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Add ( String name, String localizedName, string description, ActionDelegate doAction ) : void | ||
name | String | |
localizedName | String | |
description | string | |
doAction | ActionDelegate | |
return | void |
public GetDescription ( int action ) : String | ||
action | int | |
return | String |
public GetLocalizedName ( int action ) : String | ||
action | int | |
return | String |
public SetDescription ( int action, string description ) : bool | ||
action | int | |
description | string | |
return | bool |