25 #include "gnap/debugger.h" 32 kHS40ExitToyStand = 2,
35 kHS40ExitKissinBooth = 5,
36 kHS40ExitDancefloor = 6,
55 kHS41UfoExitRight = 2,
62 kHS42ExitUfoParty = 1,
63 kHS42ExitToyStand = 2,
74 kHS42UfoExitRight = 2,
82 kHS43ExitUfoParty = 2,
84 kHS43ExitKissinBooth = 4,
85 kHS43TwoHeadedGuy = 5,
94 kHS43UfoExitRight = 2,
102 kHS44ExitUfoParty = 1,
105 kHS44KissingLady = 4,
114 kHS44UfoExitLeft = 1,
115 kHS44UfoExitRight = 2,
121 kHS45ExitUfoParty = 1,
124 kHS45ExitDiscoBall = 4,
131 kHS45UfoExitLeft = 1,
132 kHS45UfoExitRight = 2,
138 kHS46ExitUfoParty = 1,
139 kHS46ExitKissinBooth = 2,
148 kHS46UfoExitLeft = 1,
149 kHS46UfoExitRight = 2,
155 kAS41UseQuarterWithToyVendor = 1,
156 kAS41TalkToyVendor = 2,
157 kAS41UseGumWithToyUfo = 3,
158 kAS41UseChickenBucketWithKid = 4,
160 kAS41GiveBackToyUfo = 6,
161 kAS41ToyUfoLeaveScene = 7,
162 kAS41ToyUfoRefresh = 8,
163 kAS41UfoGumAttached = 9
168 kAS42TalkBBQVendor = 1,
169 kAS42UseQuarterWithBBQVendor = 2,
170 kAS42UseQuarterWithBBQVendorDone = 3,
171 kAS42GrabChickenLeg = 4,
172 kAS42ToyUfoLeaveScene = 5,
173 kAS42ToyUfoRefresh = 6,
174 kAS42ToyUfoPickUpHotSauce = 7
188 void updateHotspots()
override;
190 void updateAnimations()
override;
191 void updateAnimationsCb()
override {};
200 void updateHotspots()
override;
202 void updateAnimations()
override;
203 void updateAnimationsCb()
override {};
206 int _currKidSequenceId;
207 int _nextKidSequenceId;
208 int _currToyVendorSequenceId;
209 int _nextToyVendorSequenceId;
218 void updateHotspots()
override;
220 void updateAnimations()
override;
221 void updateAnimationsCb()
override {};
224 int _currBBQVendorSequenceId;
225 int _nextBBQVendorSequenceId;
234 void updateHotspots()
override;
236 void updateAnimations()
override;
237 void updateAnimationsCb()
override {};
240 int _currTwoHeadedGuySequenceId;
241 int _nextTwoHeadedGuySequenceId;
250 void updateHotspots()
override;
252 void updateAnimations()
override;
253 void updateAnimationsCb()
override {};
256 int _nextSpringGuySequenceId;
257 int _nextKissingLadySequenceId;
258 int _currSpringGuySequenceId;
259 int _currKissingLadySequenceId;
268 void updateHotspots()
override;
270 void updateAnimations()
override;
271 void updateAnimationsCb()
override {};
274 int _currDancerSequenceId;
283 void updateHotspots()
override;
285 void updateAnimations()
override;
286 void updateAnimationsCb()
override {};
289 int _currSackGuySequenceId;
290 int _nextItchyGuySequenceId;
291 int _nextSackGuySequenceId;
292 int _currItchyGuySequenceId;
297 #endif // GNAP_GROUP4_H
Definition: character.h:25
Definition: scenecore.h:31