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.
key
andvalue
are booleans that specify if the respective value should be returned.- First the key is pushed, then the value.
- If neither
key
norvalue
are expected, the call succeeds and doesn't push anything. - See Iterator system for more info about iterators.