Returns an array of all the extensions supported by the engine.
returns also in number_of_supported_formats the number of extensions supported.
these are the extensions that can be used with STATE_engine_load_world()
and with STATE_engine_save()
Example of usage:
int num;
table=STATE_engine_get_supported_extensions_array(&num);
for(int i=0; i
|