C# Class TriggerParser, tf_client

Trigger parser.
Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client

Méthodes publiques

Méthode Description
addTrigger ( string tokens ) : void

Méthodes protégées

Méthode Description
SelectProperAction ( string option ) : TriggerHandler,

Selects the proper action.

Method Details

SelectProperAction() protected méthode

Selects the proper action.
protected SelectProperAction ( string option ) : TriggerHandler,
option string /// Option. ///
Résultat TriggerHandler,

addTrigger() public méthode

public addTrigger ( string tokens ) : void
tokens string
Résultat void