From 25e4d04a331a6a0b9d897d4f721757730771ff97 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 18 Nov 2017 16:00:29 -0500 Subject: More documentation * Documented the item table * Documented the inventory table * Started writing tutorials --- doc/structs/dropped_item.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 doc/structs/dropped_item.md (limited to 'doc/structs') diff --git a/doc/structs/dropped_item.md b/doc/structs/dropped_item.md deleted file mode 100644 index ffabfbd..0000000 --- a/doc/structs/dropped_item.md +++ /dev/null @@ -1,14 +0,0 @@ -# Dropped item - -Droped items are represented as a name-data combo - - local i = - local e = ents.Create("art_droppeditem") - e.Item = { - Name = i.Name - Data = i:Serialize() - } - -This structure is used in: -* gamemode/core/inventory/sv_invtracker.lua -* entities/entities/art_droppeditem/init.lua -- cgit v1.2.3-70-g09d2