Deprecate IsSoundPrecached (#1172)

Fix #1170
This commit is contained in:
naydef
2020-02-06 10:33:44 -08:00
committed by GitHub
parent 9f4c6c61d9
commit fba71ed24d
2 changed files with 4 additions and 9 deletions
+2
View File
@@ -322,7 +322,9 @@ native bool PrecacheSound(const char[] sound, bool preload=false);
*
* @param sound Name of the sound to check.
* @return True if precached, false otherwise.
* @deprecated Doesn't work correctly, always returns true.
*/
#pragma deprecated Doesn't work correctly, always returns true.
native bool IsSoundPrecached(const char[] sound);
/**