|
| | gfCParkDaySim (fsS32 pSpawnIntervalMs, fsS32 pMaxGuests, fsS32 pCoinGoal) |
| void | slotAdd (const fsStr &pName, const fsStr &pSlotType, fsS32 pServiceTimeMs, fsS32 pMaxQueueLength, fsBool pUnlocked) |
| fsBool | slotUnlock (const fsStr &pName) |
| void | staffPoolGrow (const fsStr &pStaffType, fsS32 pBy=1) |
| fsS32 | staffTotalGet (const fsStr &pStaffType) const |
| fsS32 | staffAvailableGet (const fsStr &pStaffType) const |
| void | staffPoolGrow (fsS32 pBy=1) |
| fsS32 | staffTotalGet () const |
| fsS32 | staffAvailableGet () const |
| fsBool | staffDeploy (const fsStr &pSlotName) |
| fsBool | staffRecall (const fsStr &pSlotName) |
| fsBool | slotStaffedGet (const fsStr &pSlotName) const |
| fsBool | slotBrokenGet (const fsStr &pSlotName) const |
| fsBool | slotRepairingGet (const fsStr &pSlotName) const |
| void | slotWearLimitsSetAll (fsS32 pServicesBeforeBreak, fsS32 pOpenMsBeforeBreak) |
| void | repairTimeMsSet (fsS32 pRepairTimeMs) |
| fsBool | slotRepairBegin (const fsStr &pSlotName) |
| void | guestTemplateAdd (const fsStr &pNamePrefix, const fsStr &pNeedSlotType, fsS32 pSpend, fsS32 pPatienceMs, fsS32 pVisitMs=5000, fsS32 pNeedIntervalMs=0, fsS32 pArrivalWeight=1, fsS32 pPartySize=1) |
| void | guestTemplateAdd (const fsStr &pNamePrefix, const std::vector< fsStr > &pNeedSlotTypes, fsS32 pSpend, fsS32 pPatienceMs, fsS32 pVisitMs, fsS32 pNeedIntervalMs, fsS32 pArrivalWeight=1, fsS32 pPartySize=1) |
| void | guestTravelMsSet (fsS32 pTravelMs) |
| void | walkingSatisfactionPercentSet (fsS32 pPercent) |
| fsS32 | walkingSatisfactionPercentGet () const |
| void | visitorQuotaSet (fsS32 pVisitorQuota) |
| fsS32 | visitorQuotaGet () const |
| void | visitorDemandSet (fsS32 pVisitorDemand) |
| fsS32 | visitorDemandGet () const |
| fsS32 | visitorArrivalTargetGet () const |
| void | unstaffedVisitHappyChancePercentSet (fsS32 pChancePercent) |
| void | guestTravelTimeSet (const fsStr &pGuestName, fsS32 pTravelMs) |
| fsBool | slotServiceTimeMsSet (const fsStr &pSlotName, fsS32 pServiceTimeMs) |
| fsBool | slotMaxQueueLengthSet (const fsStr &pSlotName, fsS32 pMaxQueueLength) |
| void | tick (fsS32 pDeltaMs) |
| fsS32 | activeGuestCountGet () const |
| fsS32 | guestsSpawnedGet () const |
| const gfCGuestAgentSim * | guestGetByIndex (fsS32 pIndex) const |
| fsS32 | departureCountGet () const |
| const SDeparture * | departureGetByIndex (fsS32 pIndex) const |
| const gfCDayEconomySim & | economyGet () const |
| gfCDayEconomySim & | economyGet () |