C# Class NaoScript, aura

Inheritance: NPCScript
Exibir arquivo Open project: aura-project/aura

Public Methods

Method Description
Load ( ) : void

Protected Methods

Method Description
KeywordPresentToNao ( ) : Task,
Keywords ( string keyword ) : Task,
Talk ( ) : Task,

Private Methods

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

Method Details

KeywordPresentToNao() protected method

protected KeywordPresentToNao ( ) : Task,
return Task,

Keywords() protected method

protected Keywords ( string keyword ) : Task,
keyword string
return Task,

Load() public method

public Load ( ) : void
return void

Talk() protected method

protected Talk ( ) : Task,
return Task,