sgs_PushItem [function alias]
void sgs_PushItem( sgs_Context* C, sgs_StkIdx item )
Copy an item from the current stack frame and append it to the end of the stack.
- Alias of
sgs_PushVariable( C, sgs_StackItem( C, item ) )
.
sgs_PushVariable( C, sgs_StackItem( C, item ) )
.