|
LeviLamina
|
Public Member Functions | |
| PlayDeadGoal & | operator= (PlayDeadGoal const &) |
| PlayDeadGoal (PlayDeadGoal const &) | |
| virtual bool | canUse () |
| virtual void | start () |
| virtual void | stop () |
| virtual bool | canContinueToUse () |
| virtual void | appendDebugInfo (::std::string &str) const |
| MCAPI bool | $canUse () |
| MCAPI void | $start () |
| MCAPI void | $stop () |
| MCAPI bool | $canContinueToUse () |
| MCAPI void | $appendDebugInfo (::std::string &str) const |
| virtual bool | canBeInterrupted () |
| virtual void | tick () |
| virtual bool | isTargetGoal () const |
| virtual void | onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
| MCFOLD void | $dtor () |
| MCFOLD bool | $canBeInterrupted () |
| MCFOLD void | $tick () |
| MCFOLD bool | $isTargetGoal () const |
| MCFOLD void | $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, float > | mDuration |
| ::ll::TypedStorage< 4, 4, float > | mRandomStartChance |
| ::ll::TypedStorage< 4, 4, int > | mForceUseBelowHealth |
| ::ll::TypedStorage< 1, 1, bool > | mApplyRegeneration |
| ::ll::TypedStorage< 4, 8, ::IntRange > | mActivationDamageRange |
| ::ll::TypedStorage< 8, 24, ::std::vector<::SharedTypes::Legacy::ActorDamageCause > > | mDamageCauses |
| ::ll::TypedStorage< 8, 64, ::ActorFilterGroup > | mFilters |
| ::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
| ::ll::TypedStorage< 8, 8, uint64 > | mPlayDeadDuration |
| ::ll::TypedStorage< 8, 8, uint64 > | mStopPlayingDeadTime |
| ::ll::TypedStorage< 8, 8, uint64 > | mLastDamagedTimestamp |
| ::ll::TypedStorage< 1, 1, bool > | mPlayDeadOnAllCauses |
| ::ll::TypedStorage< 8, 32, ::std::string > | mDebugName |
| ::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
| ::ll::TypedStorage< 2, 2, ushort > | mTypeId |
|
virtual |
Implements Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Implements Goal.
|
static |