sgs_GetIterator [functions]
SGSBOOL sgs_GetIterator( sgs_Context* C, sgs_Variable var, sgs_Variable* out )
Create an iterator from the specified variable, return if successful.
- On failure, out receives a null variable.
- See Iterator system for more info about iterators.