sgs_PushPath [function]

SGSBOOL sgs_PushPath( sgs_Context* C, sgs_Variable var, const char* path, ... )

Push the variable specified by starting point var and traversal path path, return if successful.

The safety of this function is similar to that of the printf family of functions. Be explicit in what types you pass to the variable argument list to avoid errors.

Table of accepted letters

letterproperty?variable argumentsvirtual machine access mode / description
oyesSizeValinteger property
pyesC stringstring property
syesSizeVal, bufferspecial string property
inoSizeValinteger index
knoC stringstring index
nnoSizeVal, bufferspecial string index