diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 22:17:36 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-01 22:17:36 -0400 |
| commit | 47b9e54e27c3e54dafde11f6710346976874bb79 (patch) | |
| tree | 657f5fade58cfb0cfbf962dd9f1b443d6f389f47 /gamemode/itemsystem/common_dropable.lua | |
| parent | ea036b6f29f605b8b2ab95729fa8b5b345699412 (diff) | |
| download | gmstranded-47b9e54e27c3e54dafde11f6710346976874bb79.tar.gz gmstranded-47b9e54e27c3e54dafde11f6710346976874bb79.tar.bz2 gmstranded-47b9e54e27c3e54dafde11f6710346976874bb79.zip | |
Added some comments to some of the items
Diffstat (limited to 'gamemode/itemsystem/common_dropable.lua')
| -rw-r--r-- | gamemode/itemsystem/common_dropable.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gamemode/itemsystem/common_dropable.lua b/gamemode/itemsystem/common_dropable.lua index 14d3da5..34ca905 100644 --- a/gamemode/itemsystem/common_dropable.lua +++ b/gamemode/itemsystem/common_dropable.lua @@ -1,4 +1,7 @@ --Adds a function to to allow the player to drop this item, in quantities of 1, half, all, or X, which brings up a menu asking the player how many they would like to drop +--[[ + genericMakeDroppable(ITEM) +]] function genericMakeDroppable(tbl) if(SERVER) then return end |
