Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/entity/
H A DScPeep.hpp26 { "wow", PEEP_FLAGS_WOW },
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.h206 PEEP_FLAGS_WOW = (1 << 8), // Makes a peep WOW2 enumerator
H A DGuest.cpp610 PeepFlags &= ~PEEP_FLAGS_WOW; in HandleEasterEggName()
613 PeepFlags |= PEEP_FLAGS_WOW; in HandleEasterEggName()
976 if (PeepFlags & PEEP_FLAGS_WOW) in Tick128UpdateGuest()