yl_speak_up/api
2025-01-01 23:00:38 +01:00
..
api_decorated.lua count visits to dialogs 2024-02-29 12:18:23 +01:00
api_fashion.lua store cape and shield texture without the mask (apply that in on_activate) 2024-02-16 17:00:49 +01:00
api_inventory.lua only load detached npc inventories when they are really needed - either by the npc dialog or in edit_mode 2024-02-15 22:19:08 +01:00
api_logging.lua moved some files into fs/ and api/ folders to clean up 2023-12-08 22:41:27 +01:00
api_npc_list.lua split fs_npc_list.lua into api/ and fs/ 2023-12-12 03:01:58 +01:00
api_properties.lua moved some files into fs/ and api/ folders to clean up 2023-12-08 22:41:27 +01:00
api_talk.lua moved yl_speak_up.get_start_dialog_id into functions_dialog 2025-01-01 23:00:38 +01:00
api_trade_inv.lua typo 2024-02-15 22:29:20 +01:00
api_trade.lua took care of delete_trade_simple regarding edit_mode 2024-02-09 05:44:30 +01:00
custom_functions_you_can_override.lua allow to show value of variables and properties in dialog text and option text 2024-12-21 22:53:09 +01:00
README.md explained meaning of api/ folder 2023-12-18 06:16:10 +01:00

This folder - while named api/ - does not necessarily contain the API of this mod. It's for now a collection of functions used by more than one file in the fs/fs_*.lua folder.