Home
last modified time | relevance | path

Searched refs:NumGuests (Results 1 – 20 of 20) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/world/
H A DScScenario.hpp60 return gScenarioObjective.NumGuests; in guests_get()
70 gScenarioObjective.NumGuests = value; in guests_set()
96 return gScenarioObjective.NumGuests; in length_get()
106 gScenarioObjective.NumGuests = value; in length_set()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DGuestList.cpp114 size_t NumGuests{}; member
754 for (uint32_t j = 0; j < std::size(group.Faces) && j < group.NumGuests; j++) in DrawScrollSummarised()
776 ft.Add<uint32_t>(group.NumGuests); in DrawScrollSummarised()
856 if (group.NumGuests < std::size(group.Faces)) in RefreshGroups()
858 …group.Faces[group.NumGuests] = get_peep_face_sprite_small(peep) - SPR_PEEP_SMALL_FACE_VERY_VERY_UN… in RefreshGroups()
860 group.NumGuests++; in RefreshGroups()
874 …_groups.end(), [](const GuestGroup& a, const GuestGroup& b) { return a.NumGuests > b.NumGuests; }); in RefreshGroups()
H A DEditorObjectiveOptions.cpp329 gScenarioObjective.NumGuests = 1500; in window_editor_objective_options_set_objective()
336 gScenarioObjective.NumGuests = 2000; in window_editor_objective_options_set_objective()
506 if (gScenarioObjective.NumGuests >= 5000) in window_editor_objective_options_arg_1_increase()
512 gScenarioObjective.NumGuests += 50; in window_editor_objective_options_arg_1_increase()
570 if (gScenarioObjective.NumGuests <= 250) in window_editor_objective_options_arg_1_decrease()
576 gScenarioObjective.NumGuests -= 50; in window_editor_objective_options_arg_1_decrease()
846 ft.Add<uint16_t>(gScenarioObjective.NumGuests); in window_editor_objective_options_main_paint()
H A DPark.cpp1487 ft.Add<uint16_t>(gScenarioObjective.NumGuests); in window_park_objective_paint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.h92 uint16_t NumGuests; member
H A DScenario.cpp608 if (parkRating >= 600 && gNumGuestsInPark >= NumGuests) in CheckGuestsBy()
727 if (gNumGuestsInPark >= NumGuests) in CheckGuestsAndRating()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/UefiCpuPkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/UefiCpuPkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/UefiCpuPkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Include/Register/Amd/
H A DCpuid.h709 UINT32 NumGuests; member
/dports/games/holotz-castle/holotz-castle-1.3.14-src/src/
H A DHCTheme.h479 s32 NumGuests() {return numGuests;} in NumGuests() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DPark.cpp296 gScenarioObjective.NumGuests = 1000; in Initialise()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp289 _s6.info.objective_arg_3 = gScenarioObjective.NumGuests; in Export()
427 _s6.objective_guests = gScenarioObjective.NumGuests; in Export()
H A DS6Importer.cpp327 gScenarioObjective.NumGuests = _s6.objective_guests; in Import()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp2287 gScenarioObjective.NumGuests = _s4.scenario_objective_num_guests; in ImportScenarioObjective()