📄️ loadRooms
This function returns all registered rooms.
📄️ findHotelRoom
This function returns all registered rooms.
📄️ getRoomAccess
This function checks if a player has access to a certain room.
📄️ updateHotelRoom
This function updates a hotel's room data. Please notice that this function is used for all internal updates and is very complex
📄️ findHotelStorage
This function fetches a certain item in room's storage
📄️ getRoomUpgrade
This function fetches a certain item in room's storage
📄️ fetchHotel
This function fetches the hotel object with all availabel data and rooms.
📄️ reloadHotels
This function reloads all hotels and rooms.