Skip to content

Commit ebe8891

Browse files
Sound Extension Project hook documentation
This hook should probably just be removed entirely tbh
1 parent 0eeb0af commit ebe8891

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/acf/hooks/hooks_missiles_sv.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,11 @@ Hooks.Add("ACF_Missiles_Server", function(Gamemode)
1414
function Gamemode:ACF_MissileCanExplode()
1515
return true
1616
end
17+
18+
--- Called when a missile plays its sound if the ACF Sound Extension Project by looterz is installed.
19+
-- This is a legacy hook from ACF-2 and may be removed at any time.
20+
-- @param Entity The missile entity to play sound on.
21+
-- @param Sound The sound to play.
22+
function Gamemode:ACF_SOUND_MISSILE()
23+
end
1724
end)

0 commit comments

Comments
 (0)