|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <gamescript.h>
Public Attributes | |
| std::string | title |
| int32_t | sort = 0 |
| uint32_t | scriptFn = 0 |
| bool | isTrade = false |
| zenkit::IInfo * | handle = nullptr |
Definition at line 50 of file gamescript.h.
| zenkit::IInfo* GameScript::DlgChoice::handle = nullptr |
Definition at line 55 of file gamescript.h.
| bool GameScript::DlgChoice::isTrade = false |
Definition at line 54 of file gamescript.h.
| uint32_t GameScript::DlgChoice::scriptFn = 0 |
Definition at line 53 of file gamescript.h.
| int32_t GameScript::DlgChoice::sort = 0 |
Definition at line 52 of file gamescript.h.
| std::string GameScript::DlgChoice::title |
Definition at line 51 of file gamescript.h.