2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-19 12:05:24 +00:00

Add all entities to ImGuiEntitySupport

This commit is contained in:
2021-05-26 10:00:57 -04:00
parent 0841bd4ab2
commit 4740ca0c43
120 changed files with 474 additions and 15 deletions

View File

@@ -55,6 +55,7 @@ protected:
bool x2e4_28_sendProjectileCollideMsg : 1;
public:
DEFINE_ENTITY
CGameProjectile(bool active, const TToken<CWeaponDescription>&, std::string_view name, EWeaponType wType,
const zeus::CTransform& xf, EMaterialTypes excludeMat, const CDamageInfo& dInfo, TUniqueId uid,
TAreaId aid, TUniqueId owner, TUniqueId homingTarget, EProjectileAttrib attribs, bool underwater,