LeviLamina
Loading...
Searching...
No Matches
ShooterComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mThrowPower;
20 ::ll::TypedStorage<8, 24, ::std::vector<::ShooterProjectileData>> mShooterProjectileData;
21 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mDefaultActorDef;
22 ::ll::TypedStorage<4, 4, int> mDefaultAuxValue;
23 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
24 ::ll::TypedStorage<1, 1, bool> mMagicAttacks;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 ShooterComponent& operator=(ShooterComponent const&);
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI void _shootProjectile(::Actor& owner, ::ActorDefinitionIdentifier const& actorDef, int auxVal);
36
37 MCAPI void onShoot(::Actor& owner);
38
39 MCAPI ::ShooterComponent& operator=(::ShooterComponent&&);
40
41 MCAPI ~ShooterComponent();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
Definition Actor.h:104
Definition ShooterComponent.h:15
Definition ActorDefinitionIdentifier.h:13
Definition ShooterProjectileData.h:5