C# Class Aura.Channel.Scripting.Scripts.DialogFaceExpression

Changes the facial expression of the portrait. (Defined client sided in the db/npc/npcportrait_ani_* files.)
Inheritance: DialogElement
ファイルを表示 Open project: aura-project/aura

Public Methods

Method Description
DialogFaceExpression ( string expression ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogFaceExpression() public method

public DialogFaceExpression ( string expression ) : Aura.Mabi
expression string
return Aura.Mabi

Render() public method

public Render ( StringBuilder &sb ) : void
sb StringBuilder
return void