sgs_PushProperty [functions]
SGSBOOL sgs_PushProperty( sgs_Context* C, sgs_Variable var, const char* name )
Load and push the property of the variable var
in the current stack frame, return if successful.
- On failure,
null
is pushed to stack.