-
Notifications
You must be signed in to change notification settings - Fork 7
Quazal Namespace Items
Michał Kapała edited this page Jan 6, 2022
·
5 revisions
Namespace items supply full namespace information on the compiled elements 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
) -
DOClass
(extendsDeclaration
) -
Dataset
(extendsDeclaration
) -
TypeDeclaration
(extendsDeclaration
) -
Variable
(extendsNameSpaceItem
) -
Method
(extendsDeclaration
) -
RMC
(extendsMethod
) -
Action
(extendsMethod
) -
Adapter
(extendsDeclaration
) -
Property
(extendsNameSpaceItem
) -
Protocol
(extendsDeclaration
) -
Parameter
(extendsVariable
) -
ReturnValue
(extendsVariable
) -
ClassDeclaration
(extendsDeclaration
) -
TemplateDeclaration
(extendsTypeDeclaration
) -
SimpleTypeDeclaration
(extendsTypeDeclaration
) -
TemplateInstance
(extendsTypeDeclaration
) -
DDLUnitDeclaration
(extendsDeclaration
) -
DupSpaceDeclaration
(extendsDeclaration
)