From 8ed7aec95941c0752a0ae21d10594579c39677fb Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 18 Nov 2017 02:37:05 -0500 Subject: Updates to documentation * Fixed typos in README * Added Server/Client/Shared kinds to documentation * Documentation now includes readme --- gamemode/core/combat/sv_weaponswing.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gamemode/core/combat') diff --git a/gamemode/core/combat/sv_weaponswing.lua b/gamemode/core/combat/sv_weaponswing.lua index b02c8fc..1970007 100644 --- a/gamemode/core/combat/sv_weaponswing.lua +++ b/gamemode/core/combat/sv_weaponswing.lua @@ -1,9 +1,11 @@ ---Automatically re-calculates swing arcs for weapons. -- This files helps you create mele weapons that need to be swung ---@module sv_weaponswing.lua +--@server sv_weaponswing.lua + --[[ This file tells you what weapons need their swings recalculated ]] + -- local itm = nrequire("core/inventory/item.lua") -- local inv = nrequire("core/inventory/inventory.lua") local wep = nrequire("core/inventory/common/weapons.lua") -- cgit v1.2.3-70-g09d2