From d76acf9559d6d5a1dbf060328f13e623dd7f2683 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 2 May 2020 19:44:23 -0400 Subject: document script_label_entry --- src/map/script.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/map/script.h b/src/map/script.h index 5a031e9f5..89759db30 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -727,9 +727,13 @@ struct str_data_struct { uint8 deprecated : 1; }; +/** a label within a script (does not use the label db) */ struct script_label_entry { + /** label name (held within str_data) */ int key; + /** position within the script */ int pos; + /** optional flags for the label */ enum script_label_flags flags; }; -- cgit v1.2.3-70-g09d2