C# Класс Aura.Channel.Scripting.Scripts.DialogSelectItem

Changes the name displayed for the NPC for the rest of the conversation.
Наследование: DialogElement
Показать файл Открыть проект

Открытые методы

Метод Описание
DialogSelectItem ( string title, string caption, string tags ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Описание методов

DialogSelectItem() публичный Метод

public DialogSelectItem ( string title, string caption, string tags ) : Aura.Mabi
title string
caption string
tags string
Результат Aura.Mabi

Render() публичный Метод

public Render ( StringBuilder &sb ) : void
sb StringBuilder
Результат void