Skip to content

Commit ec89ce1

Browse files
committed
Added CSmokeGrenadeProjectile.detonate to CS:S and CS:GO entity data.
1 parent 9616b6e commit ec89ce1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[function]
2+
3+
# CSmokeGrenadeProjectile::Think_Detonate
4+
[[detonate]]
5+
identifier_windows = 55 8B EC 83 EC 18 56 8B F1 8B 0D 2A 2A 2A 2A 57
6+
identifier_linux = 55 89 E5 57 56 53 83 EC 5C 8B 75 08
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[function]
2+
3+
# CSmokeGrenadeProjectile::Think_Detonate
4+
[[detonate]]
5+
identifier_windows = 55 8B EC 83 EC 2C 53 56 8B F1 57
6+
identifier_linux = _ZN23CSmokeGrenadeProjectile14Think_DetonateEv

0 commit comments

Comments
 (0)