(string vendor, string renderer,bool safeMode, bool lockArray, bool subImage, bool fogTexture,bool noEnvColor, bool clipHigh, bool deleteContext, bool texCompressbool interiorLock, bool skipFirstFog, bool only16,bool noArraysAlpha, string proFile)Register a card profile with the card profile manager.
Most of the parameters are fairly self-explanatory and very internal to the rendering code; however there are a few of note: @param vendor The vendor string the card claims. @param renderer The renderer string the card claims. @param proFile Name of the file where further configuration information is kept.
void addCardProfile(string %vendor, string %renderer, bool %safeMode, bool %lockArray, bool %subImage, bool %fogTexture, bool %noEnvColor, bool %clipHigh, bool %deleteContext, bool %texCompressbool interiorLock, bool %skipFirstFog, bool %only16, bool %noArraysAlpha, string %proFile, __unk %__param14);
string %vendor
No description available.
string %renderer
No description available.
bool %safeMode
No description available.
bool %lockArray
No description available.
bool %subImage
No description available.
bool %fogTexture
No description available.
bool %noEnvColor
No description available.
bool %clipHigh
No description available.
bool %deleteContext
No description available.
bool %texCompressbool interiorLock
No description available.
bool %skipFirstFog
No description available.
bool %only16
No description available.
bool %noArraysAlpha
No description available.
string %proFile
No description available.
__unk %__param14
No description available.
void
No description available.
Engine
This function is not called by any other functions.