SetMapListCompatBind

Last Updated2016-05-21
Created At2007-12-02

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.

native 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.

Return Value

void