We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b9b25b + a8c0653 commit 1af19feCopy full SHA for 1af19fe
Northstar.CustomServers/mod/scripts/vscripts/mp/_codecallbacks.gnut
@@ -18,11 +18,11 @@ global function CodeCallback_OnProjectileGrappled
18
global function DamageInfo_ScaleDamage
19
global function CodeCallback_CheckPassThroughAddsMods
20
global function SetTitanMeterGainScale
21
-global function CodeCallback_WeaponDropped
22
-global function AddCallback_OnWeaponDropped
23
24
#if MP
25
global function CodeCallback_OnServerAnimEvent
+global function CodeCallback_WeaponDropped
+global function AddCallback_OnWeaponDropped
26
#endif
27
28
struct AccumulatedDamageData
0 commit comments