sgs_PushNumIndex [function]
SGSBOOL sgs_PushNumIndex( sgs_Context* C, sgs_Variable var, sgs_Int idx )
Load and push the integer index idx
of the variable obj
, return if successful.
- On failure,
null
is pushed to stack.