C# Class RpgCodeExpress.RpgCode.RPGcode

Inheritance: RpgCodeExpress.Utilities.SerializableData
Afficher le fichier Open project: rpgtoolkit/rpgcodeexpress Class Usage Examples

Méthodes publiques

Méthode Description
FindCommand ( string code ) : Command

Finds a command.

Method Details

FindCommand() public méthode

Finds a command.
public FindCommand ( string code ) : Command
code string Name of the command.
Résultat Command