Parsing System (v0.5)
Goldie Home (v0.5) -> GoldieLib Reference

GoldieLib Reference

Conventions:

property
D2-style @property implemented with both getter and setter functions.
readonly property
D2-style @property, but without a public setter.
default
This is used in the documentation of enums to indicate which value is the default for functions that take the enum as an optional parameter.