ScummVM API documentation
Sci::ParseTreeNode Struct Reference

Public Attributes

ParseTypes type
 
int value
 
ParseTreeNodeleft
 
ParseTreeNoderight
 

Member Data Documentation

◆ type

ParseTypes Sci::ParseTreeNode::type

leaf or branch

◆ value

int Sci::ParseTreeNode::value

For leaves

◆ left

ParseTreeNode* Sci::ParseTreeNode::left

Left child, for branches

◆ right

ParseTreeNode* Sci::ParseTreeNode::right

Right child, for branches (and word leaves)


The documentation for this struct was generated from the following file: