void ForceSetup(
ResLookupTable lut
);
void ForceSetup(
const char * targetName,
ResLookupTable lut
);
| ForceSetup ( ResLookupTable ) | Sets Lookup Table, passed as an argument, regardless of Path. |
| ForceSetup ( const char *, ResLookupTable ) | Forcibly sets the lut if path equals targetName. |
Sets Lookup Table, passed as an argument, regardless of Path.
Forcibly sets the lut if path equals targetName.
CONFIDENTIAL