yl_speak_up/api
2024-02-29 19:20:21 +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 count visits to options 2024-02-29 12:40:59 +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 added visit counters to readme.md and added custom preconditions for reading them out 2024-02-29 19:20:21 +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.