yl_speak_up/api
2024-02-09 05:44:30 +01:00
..
api_decorated.lua finished get_fs_talkdialog split into normal and edit mode 2024-02-04 01:38:44 +01:00
api_fashion.lua removed surplus textures 2024-01-25 17:56:38 +01:00
api_inventory.lua completed last commit 2023-12-18 05:25:59 +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_quest_steps.lua renamed input_routing_show_a_quest_step function to handle_input_routing_show_a_quest_step 2023-12-18 06:04:30 +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 split api_trade_inv.lua into edit_mode and normal mode 2024-02-09 05:35:34 +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
formspec_helpers.lua moved formspec_helpers.lua into api folder 2023-12-18 05:58:39 +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.