C# Class NaoScript, aura

Inheritance: NPCScript
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Load ( ) : void

Méthodes protégées

Méthode Description
KeywordPresentToNao ( ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

Private Methods

Méthode Description
Birthday ( ) : Task,
EndIntroduction ( ) : Task,
FirstTime ( ) : Task,
Introduction ( ) : Task,
Questions ( ) : Task,
RandomPhrase ( ) : string
Rebirth ( ) : Task,
RebirthAbout ( ) : Task,
RebirthAllowed ( ) : bool

Method Details

KeywordPresentToNao() protected méthode

protected KeywordPresentToNao ( ) : Task,
Résultat Task,

Keywords() protected méthode

protected Keywords ( string keyword ) : Task,
keyword string
Résultat Task,

Load() public méthode

public Load ( ) : void
Résultat void

Talk() protected méthode

protected Talk ( ) : Task,
Résultat Task,