====== 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)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. ===== Syntax ===== 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); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%vendor%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%renderer%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%safeMode%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%lockArray%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%subImage%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%fogTexture%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%noEnvColor%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%clipHigh%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%deleteContext%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%texCompressbool interiorLock%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%skipFirstFog%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%only16%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%noArraysAlpha%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%proFile%%**\\ No description available. [[scripting:doc:engine:types:__unk|__unk]] **%%%__param14%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== ===== References ===== This function is not called by any other functions.