You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add way of getting custom model replacements analog to FindSoundReplacementSample().
For example:
string FindModelReplacement(CBaseEntity@ pEntity, const string& in szModelName) const
Finds the model replacement file/path for the given entity and model. If the the model is replaced, it will return the replacement model file/path instead. Otherwise, szModelName is returned.
The text was updated successfully, but these errors were encountered:
Add way of getting custom model replacements analog to FindSoundReplacementSample().
For example:
string FindModelReplacement(CBaseEntity@ pEntity, const string& in szModelName) const
Finds the model replacement file/path for the given entity and model. If the the model is replaced, it will return the replacement model file/path instead. Otherwise, szModelName is returned.
The text was updated successfully, but these errors were encountered: