Public Member Functions | |
| bool | operator== (const ImGuiScript &c) const |
| bool | operator!= (const ImGuiScript &c) const |
Public Attributes | |
| bool | score = false |
| CastMemberID | id |
| ScriptType | type |
| Common::String | handlerId |
| Common::String | handlerName |
| Common::String | moviePath |
| Common::Array< uint32 > | byteOffsets |
| uint | pc = 0 |
| bool | isMethod = false |
| bool | isGenericEvent = false |
| Common::StringArray | argumentNames |
| Common::StringArray | propertyNames |
| Common::StringArray | globalNames |
| Common::SharedPtr< LingoDec::HandlerNode > | root |
| Common::Array< LingoDec::Bytecode > | bytecodeArray |
| Common::Array< uint > | startOffsets |
| Common::SharedPtr< Node > | oldAst |