From ba1e1bac73327935eba6b36ef11d8c309bd1e0e4 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 2 May 2020 18:58:55 -0400 Subject: document npc_label_list --- src/map/npc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/map/npc.h b/src/map/npc.h index a73a3ae06..16d7a984b 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -56,9 +56,14 @@ enum npc_shop_types { struct npc_timerevent_list { int timer,pos; }; + +/** list of labels within a NPC (used internally by the label db) */ struct npc_label_list { + /** label name */ char name[NAME_LENGTH]; + /** start point within the script */ int pos; + /** optional label flags */ enum script_label_flags flags; }; -- cgit v1.2.3-70-g09d2