|
LeviLamina
|
Public Member Functions | |
| virtual void | readfromJSON (::Json::Value &component) |
| virtual void | writetoJSON (::Json::Value &component) const |
| virtual void | doOnHitEffect (::Actor &owner, ::ProjectileComponent &component) |
| virtual char const * | getName () const |
| MCAPI void | $readfromJSON (::Json::Value &component) |
| MCAPI void | $writetoJSON (::Json::Value &component) const |
| MCAPI void | $doOnHitEffect (::Actor &owner, ::ProjectileComponent &component) |
| MCAPI char const * | $getName () const |
| MCAPI bool | _canAttack (::Actor *projectileOwnerActor, ::Actor *hitActor) const |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 4, 8, ::FloatRange > | mProjectileDamage |
| ::ll::TypedStorage< 4, 4, ::ActorType > | mFilter |
| ::ll::TypedStorage< 1, 1, bool > | mCatchFire |
| ::ll::TypedStorage< 1, 1, bool > | mChanneling |
| ::ll::TypedStorage< 1, 1, bool > | mKnockback |
| ::ll::TypedStorage< 1, 1, bool > | mSemiRandomDiffDamage |
| ::ll::TypedStorage< 1, 1, bool > | mDestroyOnHit |
| ::ll::TypedStorage< 1, 1, bool > | mRegisterLastHurtRequiresDamage |
| ::ll::TypedStorage< 1, 1, bool > | mDestroyOnHitRequiresDamage |
| ::ll::TypedStorage< 1, 1, bool > | mApplyKnockbackToBlockingTargets |
| ::ll::TypedStorage< 4, 4, int > | mMaxCriticalDamage |
| ::ll::TypedStorage< 4, 4, int > | mMinCriticalDamage |
| ::ll::TypedStorage< 4, 4, float > | mPowMultiplier |
|
virtual |
Implements OnHitSubcomponent.
|
virtual |
Implements OnHitSubcomponent.
|
virtual |
Implements OnHitSubcomponent.
|
virtual |
Reimplemented from OnHitSubcomponent.
|
static |