yl_speak_up/api
2024-02-15 22:29:20 +01:00
..
api_decorated.lua allow to edit name, description and owner even without editor installed 2024-02-12 02:10:46 +01:00
api_fashion.lua let cape and shield texture deal with empty textures 2024-02-15 00:10:59 +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 stop_talking now uses reset_vars_for_player instead of doing that manually 2024-02-07 22:55:15 +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 moved some files into fs/ and api/ folders to clean up 2023-12-08 22:41:27 +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.