17class SpawnChanceSubcomponent :
public ::OnHitSubcomponent {
21 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mSpawnDefinition;
22 ::ll::TypedStorage<8, 24, ::std::vector<::ActorDefinitionTrigger>> mSpawnTriggers;
23 ::ll::TypedStorage<4, 4, float> mFirstSpawnChance;
24 ::ll::TypedStorage<4, 4, float> mSecondSpawnChance;
25 ::ll::TypedStorage<4, 4, int> mFirstSpawnCount;
26 ::ll::TypedStorage<4, 4, int> mSecondSpawnCount;
27 ::ll::TypedStorage<1, 1, bool> mSpawnBaby;
33 virtual ~SpawnChanceSubcomponent() =
default;
41 virtual char const* getName()
const ;
47 MCAPI SpawnChanceSubcomponent();
65 MCAPI
char const* $getName()
const;