22 #ifndef TWINE_PARSER_HOLOMAP_H 23 #define TWINE_PARSER_HOLOMAP_H 25 #include "common/memstream.h" 26 #include "twine/parser/parser.h" 39 HamalayiTransporter = 47
48 int16 locationIdx = -1;
49 int16 trajLocationIdx = -1;
50 int16 vehicleIdx = -1;
52 int16 numAnimFrames = 0;
55 bool isValid()
const {
56 return locationIdx != -1;
64 return 2 * vehicleIdx + HolomapVehicle::FerryBoat;
67 int32 getAnimation()
const {
68 return getModel() + 1;
76 void reset()
override;
80 const Trajectory *getTrajectory(uint index)
const {
81 if (index >= _trajectories.
size()) {
84 return &_trajectories[index];
int32 getModel() const
Definition: holomap.h:63
Definition: achievements_tables.h:27
size_type size() const
Definition: array.h:315