Home
last modified time | relevance | path

Searched refs:staff_get_available_entertainer_costumes (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DStaff.h166 uint32_t staff_get_available_entertainer_costumes();
H A DStaff.cpp1118 uint32_t staff_get_available_entertainer_costumes() in staff_get_available_entertainer_costumes() function
1142 uint32_t availableCostumes = staff_get_available_entertainer_costumes(); in staff_get_available_entertainer_costume_list()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DStaffHireNewAction.cpp104 uint32_t availableCostumes = staff_get_available_entertainer_costumes(); in QueryExecute()