sgs_Registry [function]
sgs_Variable sgs_Registry( sgs_Context* C, int subtype )
Retrieve a table from registry.
subtype
can be one of:- SGS_REG_ROOT: registry root (
_R
); - SGS_REG_SYM: symbol table (
_R["$sym"]
); - SGS_REG_INC: included file table (
_R["$inc"]
).
- SGS_REG_ROOT: registry root (