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

Changes the name displayed for the NPC for the rest of the conversation.
Inheritance: DialogElement
ファイルを表示 Open project: aura-project/aura

Public Methods

Method Description
DialogSelectItem ( string title, string caption, string tags ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogSelectItem() public method

public DialogSelectItem ( string title, string caption, string tags ) : Aura.Mabi
title string
caption string
tags string
return Aura.Mabi

Render() public method

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