SetMapListCompatBind Function

Makes a compatibility binding for map lists. For example, if a function previously used "clam.cfg" for map lists, this function will insert a "fake" binding to "clam.cfg" that will be overridden if it's in the maplists.cfg file.

void SetMapListCompatBind(const char[] name, const char[] file)

Parameters

const char[] name

Configuration name that would be used with ReadMapList().

const char[] file

Default file to use.