-
Notifications
You must be signed in to change notification settings - Fork 7
Quazal Namespace Items
michal-kapala edited this page Jan 7, 2022
·
5 revisions
Namespace items supply all the RTTI available for all the types of elements listed below.
The type information can be parsed from a tree-like structure from any Quazal game's binary using Namespace Parser tool (formerly Dare Parser).
-
ParseTreeItem
(base class, is not parsed) -
NameSpaceItem
(extendsParseTreeItem
) -
Declaration
(extendsNameSpaceItem
) -
DOClassDeclaration
(extendsDeclaration
) -
DatasetDeclaration
(extendsDeclaration
) -
TypeDeclaration
(extendsDeclaration
) -
Variable
(extendsNameSpaceItem
) -
MethodDeclaration
(extendsDeclaration
) -
RMC
(extendsMethod
) -
Action
(extendsMethod
) -
AdapterDeclaration
(extendsDeclaration
) -
PropertyDeclaration
(extendsNameSpaceItem
) -
ProtocolDeclaration
(extendsDeclaration
) -
Parameter
(extendsVariable
) -
ReturnValue
(extendsVariable
) -
ClassDeclaration
(extendsDeclaration
) -
TemplateDeclaration
(extendsTypeDeclaration
) -
SimpleTypeDeclaration
(extendsTypeDeclaration
) -
TemplateInstance
(extendsTypeDeclaration
) -
DDLUnitDeclaration
(extendsDeclaration
) -
DupSpaceDeclaration
(extendsDeclaration
)