5struct MobSpawnHerdInfo {
9 ::ll::TypedStorage<4, 4, uint> mMinCount;
10 ::ll::TypedStorage<4, 4, uint> mMaxCount;
11 ::ll::TypedStorage<4, 4, uint> mHerdEventSkipCount;
12 ::ll::TypedStorage<4, 4, uint> mInitialEventCount;
13 ::ll::TypedStorage<8, 32, ::std::string> mInitialEvent;
14 ::ll::TypedStorage<8, 32, ::std::string> mHerdEvent;
19 MobSpawnHerdInfo& operator=(MobSpawnHerdInfo
const&);
25 MCAPI MobSpawnHerdInfo(::MobSpawnHerdInfo
const&);
27 MCAPI MobSpawnHerdInfo(uint min, uint max, ::std::string
const& herdEvent, uint herdEventSkipCount);
29 MCAPI MobSpawnHerdInfo(
32 ::std::string
const& initialEvent,
33 uint initialEventCount,
34 ::std::string
const& herdEvent,
35 uint herdEventSkipCount
38 MCAPI ~MobSpawnHerdInfo();
44 MCFOLD
void* $ctor(::MobSpawnHerdInfo
const&);
46 MCAPI
void* $ctor(uint min, uint max, ::std::string
const& herdEvent, uint herdEventSkipCount);
51 ::std::string
const& initialEvent,
52 uint initialEventCount,
53 ::std::string
const& herdEvent,
54 uint herdEventSkipCount