Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
HumanCommandActionCallback Class Reference
Inheritance diagram for HumanCommandActionCallback:
ActionBaseCB EmoteCB GearChangeActionCallback ActionContinuousBaseCB ActionInteractBaseCB ActionSingleUseBaseCB ActionUnfoldMapCB ActionActivateTrapCB ActionArmExplosiveCB ActionAttachExplosivesTriggerCB ActionBandageSelfCB ActionBandageTargetCB ActionBreakLongWoodenStickCB ActionBuildOvenCB ActionBuildPartCB ActionBuildStoneCircleCB ActionBurnSewSelfCB ActionBurnSewTargetCB ActionBuryAshesCB ActionBuryBodyCB ActionCPRCB ActionCheckPulseTargetCB ActionCollectBloodSelfCB ActionCollectBloodTargetCB ActionCollectSampleSelfCB ActionCollectSampleTargetCB ActionConsumeCB ActionCookOnStickCB ActionCoverHeadSelfCB ActionCoverHeadTargetCB ActionCraftArmbandCB ActionCraftBoltsCB ActionCraftBoltsFeatherCB ActionCraftBoneKnifeCB ActionCraftBoneKnifeEnvCB ActionCraftCB ActionCraftImprovisedEyePatchCB ActionCraftImprovisedFaceCoverCB ActionCraftImprovisedFeetCoverCB ActionCraftImprovisedHandsCoverCB ActionCraftImprovisedHeadCoverCB ActionCraftImprovisedLegsCoverCB ActionCraftImprovisedTorsoCoverCB ActionCraftRopeBeltCB ActionCraftStoneKnifeEnvCB ActionCreateGreenhouseGardenPlotCB ActionDeCraftDrysackBagCB ActionDeCraftRopeBeltCB ActionDeCraftWitchHoodCoifCB ActionDefibrilateSelfCB ActionDefibrilateTargetCB ActionDestroyCombinationLockCB ActionDestroyPartCB ActionDialCombinationLockCB ActionDialCombinationLockOnTargetCB ActionDigInStashCB ActionDigOutStashCB ActionDigWormsCB ActionDisarmExplosiveCB ActionDisarmMineCB ActionDisinfectPlantCB ActionDisinfectSelfCB ActionDisinfectTargetCB ActionDismantleGardenPlotCB ActionDismantleOvenCB ActionDismantlePartCB ActionDismantleStoneCircleCB ActionDrainLiquidCB ActionDrinkCB ActionDrinkPondContinuousCB ActionDrinkWellContinuousCB ActionEatBigCB ActionEatCanCB ActionEatFruitCB ActionEatMeatCB ActionEatSmallCanCB ActionEatSnowContinuousCB ActionEmptyBottleBaseCB ActionExtinguishFireplaceByExtinguisherCB ActionExtinguishFireplaceByLiquidCB ActionFeedVitaminBottleCB ActionFertilizeSlotCB ActionFillBottleBaseCB ActionFillBrakesCB ActionFillCoolantCB ActionFillFuelCB ActionFillGeneratorTankCB ActionFillObjectCB ActionFillOilCB ActionFishingNewCB ActionFoldBaseBuildingObjectCB ActionForceConsumeCB ActionForceDrinkCB ActionForceFeedCB ActionForceFeedMeatCB ActionForceFeedSmallCB ActionGiveBloodTargetCB ActionGiveSalineSelfCB ActionGiveSalineTargetCB ActionHarvestCropsCB ActionIgniteFireplaceByAirCB ActionLightItemOnFireCB ActionLoadMagazineCB ActionLoadMagazineQuickCB ActionLockDoorsCB ActionManipulateFlagCB ActionMeasureTemperatureSelfCB ActionMeasureTemperatureTargetCB ActionMineBushCB ActionMineRockCB ActionMountBarbedWireCB ActionPackGiftCB ActionPackTentCB ActionPlaceOnGroundCB ActionPourLiquidCB ActionRaiseAndViewCB ActionRaiseMegaphoneCB ActionReadPaperCB ActionRepackTentCB ActionRepairItemWithBlowtorchCB ActionRepairPartCB ActionRepairTentCB ActionRepairTentPartCB ActionRepairVehiclePartCB ActionRestrainSelfCB ActionRestrainTargetCB ActionSetAlarmClockCB ActionSetKitchenTimerCB ActionSewSelfCB ActionSewTargetCB ActionShaveCB ActionShaveTargetCB ActionSkinningCB ActionSortAmmoPileCB ActionSplintSelfCB ActionSplintTargetCB ActionStartCarCB ActionStartEngineBoatCB ActionStripCarrierVestCB ActionTestBloodSelfCB ActionTestBloodTargetCB ActionTransferLiquidCB ActionTuneFrequencyCB ActionTuneRadioStationCB ActionTurnValveCB ActionUncoverHeadSelfCB ActionUncoverHeadTargetCB ActionUnlockDoorsCB ActionUnmountBarbedWireCB ActionUnpackBoxCB ActionUnpackGiftCB ActionUnrestrainSelfCB ActionUnrestrainTargetCB ActionUnrestrainTargetHandsCB ActionUpgradeTorchFromGasPumpCB ActionUseRangefinderCB ActionWashHandsItemContinuousCB ActionWashHandsSnowCB ActionWashHandsWaterCB ActionWashHandsWellCB ActionWaterGardenSlotCB ActionWaterPlantCB ActionWorldCraftCB ActionWringClothesCB ActionWritePaperCB ActiondeployObjectCB ActionInteractLoopBaseCB ActionDisinfectPlantBitCB ActionDropItemCB ActionForceABiteCB ActionForceConsumeSingleCB ActionResetKitchenTimerClockCB ActionTakeABiteCB ActionTurnOffAlarmClockCB ActionTurnOffTransmitterCB ActionTurnOnAlarmClockCB ActionTurnOnTransmitterCB

Protected Member Functions

void PluginDayzPlayerActionCallback ()
 
void ~PluginDayzPlayerActionCallback ()
 
override void OnFinish (bool pCanceled)
 
bool CancelCondition ()
 
override void OnAnimationEvent (int pEventID)
 
override void OnStateChange (int pOldState, int pCurrentState)
 

Protected Attributes

float m_fTimeStart
 
TextWidget m_pStateWidget
 
TextWidget m_pAnimEventWidget
 
TextListboxWidget m_EventsHistory
 

Static Protected Attributes

static ref set< stringm_AnimEventMapping
 

Detailed Description

Definition at line 1 of file statecb.c.

Constructor & Destructor Documentation

◆ ~PluginDayzPlayerActionCallback()

void HumanCommandActionCallback::~PluginDayzPlayerActionCallback ( )
protected

Definition at line 119 of file plugindayzplayerdebug.c.

Member Function Documentation

◆ CancelCondition()

bool HumanCommandActionCallback::CancelCondition ( )
protected

Definition at line 137 of file plugindayzplayerdebug.c.

◆ OnAnimationEvent()

override void HumanCommandActionCallback::OnAnimationEvent ( int pEventID)
protected

Definition at line 143 of file plugindayzplayerdebug.c.

◆ OnFinish()

override void HumanCommandActionCallback::OnFinish ( bool pCanceled)
protected

Definition at line 124 of file plugindayzplayerdebug.c.

◆ OnStateChange()

override void HumanCommandActionCallback::OnStateChange ( int pOldState,
int pCurrentState )
protected

Definition at line 158 of file plugindayzplayerdebug.c.

◆ PluginDayzPlayerActionCallback()

void HumanCommandActionCallback::PluginDayzPlayerActionCallback ( )
protected

Definition at line 93 of file plugindayzplayerdebug.c.

Member Data Documentation

◆ m_AnimEventMapping

ref set<string> HumanCommandActionCallback::m_AnimEventMapping
staticprotected

Definition at line 92 of file plugindayzplayerdebug.c.

◆ m_EventsHistory

TextListboxWidget HumanCommandActionCallback::m_EventsHistory
protected

Definition at line 172 of file plugindayzplayerdebug.c.

◆ m_fTimeStart

float HumanCommandActionCallback::m_fTimeStart
protected

Definition at line 169 of file plugindayzplayerdebug.c.

◆ m_pAnimEventWidget

TextWidget HumanCommandActionCallback::m_pAnimEventWidget
protected

Definition at line 171 of file plugindayzplayerdebug.c.

◆ m_pStateWidget

TextWidget HumanCommandActionCallback::m_pStateWidget
protected

Definition at line 170 of file plugindayzplayerdebug.c.


The documentation for this class was generated from the following files: