We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2783 commit 7fc892aCopy full SHA for 7fc892a
NWNXLib/API/API/CNWSPlayer.hpp
@@ -47,6 +47,7 @@ struct CNWSPlayer
47
{
48
Nui::JSON::WindowToken m_token;
49
Nui::JSON::WindowIdentifier m_id;
50
+ CExoString m_eventScript;
51
std::vector<Nui::JSON::BindName> m_bind_list;
52
std::unordered_map<Nui::JSON::BindName, Nui::JSON::BindValue> m_binds;
53
std::unordered_set<Nui::JSON::BindName> m_watch;
0 commit comments