sgs_IterPushData [functions]
void sgs_IterPushData( sgs_Context* C, sgs_Variable var, int key, int value )
Load and push data associated with the current position.
keyandvalueare booleans that specify if the respective value should be returned.- First the key is pushed, then the value.
- If neither
keynorvalueare expected, the call succeeds and doesn't push anything. - See Iterator system for more info about iterators.
