sdktools: Rename SetCollisionGroup to SetEntityCollisionGroup (#1513)

Better aligns the with other natives - makes more sense.
This commit is contained in:
Adam Short
2021-07-10 13:10:26 -07:00
committed by GitHub
parent 387b85406e
commit 5aedb73aae
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -359,4 +359,4 @@ native int GivePlayerAmmo(int client, int amount, int ammotype, bool suppressSou
* @param collisionGroup Collision group to use.
* @error Invalid entity or lack of mod support.
*/
native void SetCollisionGroup(int entity, int collisionGroup);
native void SetEntityCollisionGroup(int entity, int collisionGroup);