Skip to content

Instantly share code, notes, and snippets.

@onethirtyfive
Last active December 14, 2015 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onethirtyfive/ba7786a94a66d4400cb8 to your computer and use it in GitHub Desktop.
Save onethirtyfive/ba7786a94a66d4400cb8 to your computer and use it in GitHub Desktop.
all properties of dota 2 entities, with guesses at how they're serialized when referenced
This file has been truncated, but you can view the full file.
Properties of DT_BaseEntity:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
Properties of DT_BaseAnimating:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
Properties of DT_BaseAnimatingOverlay:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
Properties of DT_BaseFlex:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
Properties of DT_BaseCombatCharacter:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
bcc_localdata p=128; t=6; f=00000000000000000000 DT_BCCLocalPlayerExclusive (DT_BaseCombatCharacter)
m_hActiveWeapon p=128; t=0; f=00000000000000000101 21-bit (DT_BaseCombatCharacter)
Properties of DT_AI_BaseNPC:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
bcc_localdata p=128; t=6; f=00000000000000000000 DT_BCCLocalPlayerExclusive (DT_BaseCombatCharacter)
m_hActiveWeapon p=128; t=0; f=00000000000000000101 21-bit (DT_BaseCombatCharacter)
m_lifeState p=128; t=0; f=00000000000000000001 3-bit (DT_AI_BaseNPC)
m_bPerformAvoidance p=128; t=0; f=00000000000000000001 1-bit (DT_AI_BaseNPC)
m_bIsMoving p=128; t=0; f=00000000000000000001 1-bit (DT_AI_BaseNPC)
m_bFadeCorpse p=128; t=0; f=00000000000000000001 1-bit (DT_AI_BaseNPC)
m_iDeathPose p=128; t=0; f=00000000000000000000 7-bit (DT_AI_BaseNPC)
m_iDeathFrame p=128; t=0; f=00000000000000000000 5-bit (DT_AI_BaseNPC)
m_bSpeedModActive p=128; t=0; f=00000000000000000001 1-bit (DT_AI_BaseNPC)
m_iSpeedModRadius p=128; t=0; f=00000000000000000000 32-bit (DT_AI_BaseNPC)
m_iSpeedModSpeed p=128; t=0; f=00000000000000000000 32-bit (DT_AI_BaseNPC)
m_bImportanRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_AI_BaseNPC)
m_flTimePingEffect p=128; t=1; f=00000000000000000100 (DT_AI_BaseNPC)
Properties of DT_EconEntity:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
m_AttributeManager p=128; t=6; f=00000000001000000000 DT_AttributeContainer (DT_EconEntity)
Properties of DT_BaseAttributableItem:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
m_AttributeManager p=128; t=6; f=00000000001000000000 DT_AttributeContainer (DT_EconEntity)
m_AttributeManager p=128; t=6; f=00000000001000000000 DT_AttributeContainer (DT_BaseAttributableItem)
Properties of DT_BaseToggle:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
Properties of DT_BaseButton:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
Properties of DT_BaseCombatWeapon:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
LocalWeaponData p=128; t=6; f=00000000000000000000 DT_LocalWeaponData (DT_BaseCombatWeapon)
LocalActiveWeaponData p=128; t=6; f=00000000000000000000 DT_LocalActiveWeaponData (DT_BaseCombatWeapon)
m_iViewModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseCombatWeapon)
m_iWorldModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseCombatWeapon)
m_iState p=128; t=0; f=00000000000000000001 2-bit (DT_BaseCombatWeapon)
m_hOwner p=128; t=0; f=00000000000000000101 21-bit (DT_BaseCombatWeapon)
Properties of DT_BaseDoor:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_flWaveHeight p=128; t=1; f=00000000000000010000 8-bit (DT_BaseDoor)
Properties of DT_BaseGrenade:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
bcc_localdata p=128; t=6; f=00000000000000000000 DT_BCCLocalPlayerExclusive (DT_BaseCombatCharacter)
m_hActiveWeapon p=128; t=0; f=00000000000000000101 21-bit (DT_BaseCombatCharacter)
m_flDamage p=128; t=1; f=00000000000000001000 10-bit (DT_BaseGrenade)
m_DmgRadius p=128; t=1; f=00000000000000001000 10-bit (DT_BaseGrenade)
m_bIsLive p=128; t=0; f=00000000000000000001 1-bit (DT_BaseGrenade)
m_hThrower p=128; t=0; f=00000000000000000101 21-bit (DT_BaseGrenade)
m_vecVelocity p=128; t=2; f=00000000000000000100 (DT_BaseGrenade)
m_fFlags p=128; t=0; f=00000000000000000001 10-bit (DT_BaseGrenade)
Properties of DT_BaseParticleEntity:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
Properties of DT_BasePlayer:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
overlay_vars p=128; t=6; f=00000000100000000000 DT_OverlayVars (DT_BaseAnimatingOverlay)
m_flexWeight p=128; t=6; f=00000000001000000000 m_flexWeight (DT_BaseFlex)
m_blinktoggle p=128; t=0; f=00000000000000000001 1-bit (DT_BaseFlex)
m_viewtarget p=128; t=2; f=00000000000000000010 (DT_BaseFlex)
bcc_localdata p=128; t=6; f=00000000000000000000 DT_BCCLocalPlayerExclusive (DT_BaseCombatCharacter)
m_hActiveWeapon p=128; t=0; f=00000000000000000101 21-bit (DT_BaseCombatCharacter)
pl p=128; t=6; f=00000000001000000000 DT_PlayerState (DT_BasePlayer)
m_hVehicle p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_hUseEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_hGroundEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_iHealth p=128; t=0; f=00000000000000000001 16-bit (DT_BasePlayer)
m_lifeState p=128; t=0; f=00000000000000000001 3-bit (DT_BasePlayer)
m_iBonusProgress p=128; t=0; f=00000000000000000000 15-bit (DT_BasePlayer)
m_iBonusChallenge p=128; t=0; f=00000000000000000000 4-bit (DT_BasePlayer)
m_flMaxspeed p=128; t=1; f=00000000000000001000 12-bit (DT_BasePlayer)
m_fFlags p=128; t=0; f=01000000000000000001 10-bit (DT_BasePlayer)
m_iObserverMode p=128; t=0; f=00000000000000000001 3-bit (DT_BasePlayer)
m_hObserverTarget p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_iFOV p=128; t=0; f=00000000000000000001 8-bit (DT_BasePlayer)
m_iFOVStart p=128; t=0; f=00000000000000000001 8-bit (DT_BasePlayer)
m_flFOVTime p=128; t=1; f=00000000000000000100 (DT_BasePlayer)
m_iDefaultFOV p=128; t=0; f=00000000000000000001 8-bit (DT_BasePlayer)
m_hZoomOwner p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_hViewModel p=128; t=0; f=00000000000100000101 21-bit (DT_BasePlayer)
m_hViewModel p=128; t=5; f=00000000000000000000 (DT_BasePlayer)
m_szLastPlaceName p=128; t=4; f=00000000000000000000 (DT_BasePlayer)
m_vecLadderNormal p=128; t=2; f=00000000000000100000 (DT_BasePlayer)
m_ladderSurfaceProps p=128; t=0; f=00000000000000000001 32-bit (DT_BasePlayer)
m_hPostProcessCtrl p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_hColorCorrectionCtrl p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_PlayerFog.m_hCtrl p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
m_currentSCLPacked p=128; t=0; f=00000000000000000001 16-bit (DT_BasePlayer)
m_hViewEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BasePlayer)
localdata p=128; t=6; f=00000000000000000000 DT_LocalPlayerExclusive (DT_BasePlayer)
Properties of DT_BreakableProp:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_bClientPhysics p=128; t=0; f=00000000000000000001 1-bit (DT_BreakableProp)
Properties of DT_DynamicProp:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_bClientPhysics p=128; t=0; f=00000000000000000001 1-bit (DT_BreakableProp)
m_bUseHitboxesForRenderBox p=128; t=0; f=00000000000000000001 1-bit (DT_DynamicProp)
Properties of DT_BasePropDoor:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nForceBone p=128; t=0; f=00000000000000000000 8-bit (DT_BaseAnimating)
m_vecForce p=128; t=2; f=00000000000000000100 (DT_BaseAnimating)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseAnimating)
m_nBody p=128; t=0; f=00000000000000000000 32-bit (DT_BaseAnimating)
m_nHitboxSet p=128; t=0; f=00000000000000000001 2-bit (DT_BaseAnimating)
m_flModelScale p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_flPoseParameter p=128; t=6; f=00000000001000000000 m_flPoseParameter (DT_BaseAnimating)
m_nSequence p=128; t=0; f=01000000000000000001 7-bit (DT_BaseAnimating)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseAnimating)
m_flEncodedController p=128; t=6; f=00000000001000000000 m_flEncodedController (DT_BaseAnimating)
m_bClientSideAnimation p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideFrameReset p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_bClientSideRagdoll p=128; t=0; f=00000000000000000001 1-bit (DT_BaseAnimating)
m_nNewSequenceParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nResetEventsParity p=128; t=0; f=01000000000000000001 3-bit (DT_BaseAnimating)
m_nMuzzleFlashParity p=128; t=0; f=01000000000000000001 2-bit (DT_BaseAnimating)
m_hLightingOrigin p=128; t=0; f=00000000000000000101 21-bit (DT_BaseAnimating)
serveranimdata p=128; t=6; f=00000000000000000000 DT_ServerAnimationData (DT_BaseAnimating)
m_flFrozen p=128; t=1; f=00000000000000000100 (DT_BaseAnimating)
m_bClientPhysics p=128; t=0; f=00000000000000000001 1-bit (DT_BreakableProp)
m_bUseHitboxesForRenderBox p=128; t=0; f=00000000000000000001 1-bit (DT_DynamicProp)
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: m_flPlaybackRate
EXCLUDE INHERITED ATTR: m_nMuzzleFlashParity
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
Properties of DT_BaseTempEntity:
Properties of DT_BaseTrigger:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bClientSidePredicted p=128; t=0; f=00000000000000000001 1-bit (DT_BaseTrigger)
m_spawnflags p=128; t=0; f=00000000000000000100 32-bit (DT_BaseTrigger)
Properties of DT_BaseViewModel:
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseViewModel)
m_hWeapon p=128; t=0; f=00000000000000000101 21-bit (DT_BaseViewModel)
m_nBody p=128; t=0; f=00000000000000000000 8-bit (DT_BaseViewModel)
m_nSkin p=128; t=0; f=00000000000000000000 10-bit (DT_BaseViewModel)
m_nSequence p=128; t=0; f=00000000000000000001 8-bit (DT_BaseViewModel)
m_nViewModelIndex p=128; t=0; f=00000000000000000001 1-bit (DT_BaseViewModel)
m_flPlaybackRate p=128; t=1; f=00000000000000010000 8-bit (DT_BaseViewModel)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseViewModel)
m_nAnimationParity p=128; t=0; f=00000000000000000001 3-bit (DT_BaseViewModel)
m_hOwner p=128; t=0; f=00000000000000000101 21-bit (DT_BaseViewModel)
m_nNewSequenceParity p=128; t=0; f=00000000000000000001 3-bit (DT_BaseViewModel)
m_nResetEventsParity p=128; t=0; f=00000000000000000001 3-bit (DT_BaseViewModel)
m_nMuzzleFlashParity p=128; t=0; f=00000000000000000001 2-bit (DT_BaseViewModel)
Properties of DT_Beam:
m_nBeamType p=128; t=0; f=00000000000000000001 3-bit (DT_Beam)
m_nBeamFlags p=128; t=0; f=00000000000000000001 17-bit (DT_Beam)
m_nNumBeamEnts p=128; t=0; f=00000000000000000001 5-bit (DT_Beam)
m_hAttachEntity p=128; t=6; f=00000000001000000000 m_hAttachEntity (DT_Beam)
m_nAttachIndex p=128; t=6; f=00000000001000000000 m_nAttachIndex (DT_Beam)
m_nHaloIndex p=128; t=0; f=00000000000000000001 16-bit (DT_Beam)
m_fHaloScale p=128; t=1; f=00000000000000000100 (DT_Beam)
m_fWidth p=128; t=1; f=00000000000000010000 10-bit (DT_Beam)
m_fEndWidth p=128; t=1; f=00000000000000010000 10-bit (DT_Beam)
m_fFadeLength p=128; t=1; f=00000000000000000100 (DT_Beam)
m_fAmplitude p=128; t=1; f=00000000000000001000 8-bit (DT_Beam)
m_fStartFrame p=128; t=1; f=00000000000000001000 8-bit (DT_Beam)
m_fSpeed p=128; t=1; f=00000000000000000100 (DT_Beam)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_Beam)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_Beam)
m_flFrameRate p=128; t=1; f=00000000000000010000 10-bit (DT_Beam)
m_flHDRColorScale p=128; t=1; f=00000000000000000100 (DT_Beam)
m_flFrame p=128; t=1; f=01000000000000001000 20-bit (DT_Beam)
m_clrRender p=128; t=0; f=01000000000000000001 32-bit (DT_Beam)
m_nClipStyle p=128; t=0; f=00000000000000000001 3-bit (DT_Beam)
m_vecEndPos p=128; t=2; f=00000000000000000010 (DT_Beam)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_Beam)
m_vecOrigin p=128; t=2; f=01000000000000000000 19-bit (DT_Beam)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_Beam)
Properties of DT_BeamSpotlight:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nHaloIndex p=128; t=0; f=00000000000000000001 16-bit (DT_BeamSpotlight)
m_bSpotlightOn p=128; t=0; f=00000000000000000001 1-bit (DT_BeamSpotlight)
m_bHasDynamicLight p=128; t=0; f=00000000000000000001 1-bit (DT_BeamSpotlight)
m_flSpotlightMaxLength p=128; t=1; f=00000000000000000100 (DT_BeamSpotlight)
m_flSpotlightGoalWidth p=128; t=1; f=00000000000000000100 (DT_BeamSpotlight)
m_flHDRColorScale p=128; t=1; f=00000000000000000100 (DT_BeamSpotlight)
m_flRotationSpeed p=128; t=1; f=00000000000000000100 (DT_BeamSpotlight)
m_nRotationAxis p=128; t=0; f=00000000000000000001 2-bit (DT_BeamSpotlight)
Properties of DT_BoneFollower:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_modelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BoneFollower)
m_solidIndex p=128; t=0; f=00000000000000000001 6-bit (DT_BoneFollower)
Properties of DT_BreakableSurface:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nNumWide p=128; t=0; f=00000000000000000001 8-bit (DT_BreakableSurface)
m_nNumHigh p=128; t=0; f=00000000000000000001 8-bit (DT_BreakableSurface)
m_flPanelWidth p=128; t=1; f=00000000000000000100 (DT_BreakableSurface)
m_flPanelHeight p=128; t=1; f=00000000000000000100 (DT_BreakableSurface)
m_vNormal p=128; t=2; f=00000000000000000010 (DT_BreakableSurface)
m_vCorner p=128; t=2; f=00000000000000000010 (DT_BreakableSurface)
m_bIsBroken p=128; t=0; f=00000000000000000001 1-bit (DT_BreakableSurface)
m_nSurfaceType p=128; t=0; f=00000000000000000001 2-bit (DT_BreakableSurface)
m_RawPanelBitVec p=128; t=6; f=00000000001000000000 m_RawPanelBitVec (DT_BreakableSurface)
Properties of DT_ColorCorrection:
m_vecOrigin p=128; t=2; f=00000000000000000100 (DT_ColorCorrection)
m_MinFalloff p=128; t=1; f=00000000000000000100 (DT_ColorCorrection)
m_MaxFalloff p=128; t=1; f=00000000000000000100 (DT_ColorCorrection)
m_flCurWeight p=128; t=1; f=00000000000000000100 (DT_ColorCorrection)
m_flMaxWeight p=128; t=1; f=00000000000000000100 (DT_ColorCorrection)
m_flFadeInDuration p=128; t=1; f=00000000000000000100 (DT_ColorCorrection)
m_flFadeOutDuration p=128; t=1; f=00000000000000000100 (DT_ColorCorrection)
m_netlookupFilename p=128; t=4; f=00000000000000000000 (DT_ColorCorrection)
m_bEnabled p=128; t=0; f=00000000000000000001 1-bit (DT_ColorCorrection)
m_bMaster p=128; t=0; f=00000000000000000001 1-bit (DT_ColorCorrection)
m_bClientSide p=128; t=0; f=00000000000000000001 1-bit (DT_ColorCorrection)
m_bExclusive p=128; t=0; f=00000000000000000001 1-bit (DT_ColorCorrection)
Properties of DT_ColorCorrectionVolume:
m_Weight p=128; t=1; f=00000000000000000100 (DT_ColorCorrectionVolume)
m_lookupFilename p=128; t=4; f=00000000000000000000 (DT_ColorCorrectionVolume)
Properties of DT_DOTABaseAbility:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Alchemist_AcidSpray:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_AncientApparition_ChillingTouch:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_AncientApparition_ColdFeet:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_AncientApparition_RocketFlare:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_AncientApparition_IceVortex:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_AntiMage_Blink:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_AttributeBonus:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Axe_BerserkersCall:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Axe_CounterHelix:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Axe_CullingBlade:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Batrider_Flamebreak:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Batrider_StickyNapalm:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Beastmaster_PrimalRoar:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_BountyHunter_ShurikenToss:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Brewmaster_DispelMagic:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Brewmaster_PrimalSplit:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_hPrimary p=128; t=0; f=00000000000000000101 21-bit (DT_DOTA_Ability_Brewmaster_PrimalSplit)
m_hSecondary p=128; t=0; f=00000000000000000101 21-bit (DT_DOTA_Ability_Brewmaster_PrimalSplit)
m_hTertiary p=128; t=0; f=00000000000000000101 21-bit (DT_DOTA_Ability_Brewmaster_PrimalSplit)
Properties of DT_DOTA_Ability_Broodmother_SpinWeb:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_ChaosKnight_Phantasm:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Chen_HandOfGod:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Chen_HolyPersuasion:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_CrystalMaiden_CrystalNova:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_CrystalMaiden_FreezingField:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_DarkSeer_Vacuum:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Dazzle_Weave:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_DeathProphet_CarrionSwarm:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_DeathProphet_Silence:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Disruptor_KineticField:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Disruptor_StaticStorm:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_DoomBringer_Devour:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_DrowRanger_Silence:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Enchantress_Impetus:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Enchantress_NaturesAttendants:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Enchantress_Untouchable:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Enigma_BlackHole:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Enigma_DemonicConversion:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Enigma_MidnightPulse:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_FacelessVoid_Chronosphere:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Furion_ForceOfNature:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Furion_Teleportation:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Gyrocopter_Call_Down:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Huskar_Life_Break:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Invoker_InvokedBase:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_nQuasLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
m_nWexLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
m_nExortLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
Properties of DT_DOTA_Ability_Invoker_EMP:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_nQuasLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
m_nWexLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
m_nExortLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
Properties of DT_DOTA_Ability_Invoker_Invoke:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Invoker_SunStrike:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_nQuasLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
m_nWexLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
m_nExortLevel p=128; t=0; f=00000000000000000000 32-bit (DT_DOTA_Ability_Invoker_InvokedBase)
Properties of DT_DOTA_Ability_Juggernaut_HealingWard:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Juggernaut_Omnislash:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_KeeperOfTheLight_BlindingLight:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_KeeperOfTheLight_Recall:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Kunkka_Tidebringer:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Kunkka_Torrent:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Leshrac_Diabolic_Edict:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Leshrac_Pulse_Nova:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Leshrac_Split_Earth:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lich_ChainFrost:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lich_FrostNova:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Life_Stealer_Infest:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lina_LagunaBlade:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lina_LightStrikeArray:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lion_FingerOfDeath:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lion_ManaDrain:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_LoneDruid_Rabid:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_LoneDruid_SpiritBear:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_hBear p=128; t=0; f=00000000000000000101 21-bit (DT_DOTA_Ability_LoneDruid_SpiritBear)
Properties of DT_DOTA_Ability_LoneDruid_SpiritBear_Return:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_LoneDruid_TrueForm_BattleCry:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_LoneDruid_TrueForm_Druid:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lycan_Howl:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Lycan_SummonWolves:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Meepo_Earthbind:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Morphling_Replicate:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_NagaSiren_MirrorImage:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_NagaSiren_RipTide:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Necrolyte_ReapersScythe:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_Ability_Nevermore_Requiem:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Obsidian_Destroyer_ArcaneOrb:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Obsidian_Destroyer_AstralImprisonment:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_Ability_Obsidian_Destroyer_SanityEclipse:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Ogre_Magi_Bloodlust:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Ogre_Magi_Fireblast:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Ogre_Magi_Multicast:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Ogre_Magi_Unrefined_Fireblast:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_PhantomAssassin_PhantomStrike:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Puck_DreamCoil:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Puck_WaningRift:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Pudge_Dismember:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_hVictim p=128; t=0; f=00000000000000000101 21-bit (DT_DOTA_Ability_Pudge_Dismember)
Properties of DT_DOTA_Ability_Pugna_Decrepify:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Pugna_LifeDrain:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Pugna_NetherBlast:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_QueenOfPain_Blink:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Unit_Ability_QueenOfPain_SonicWave:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Rattletrap_BatteryAssault:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Rattletrap_Hookshot:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Rattletrap_RocketFlare:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Riki_BlinkStrike:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Riki_SmokeScreen:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Rubick_SpellSteal:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
m_ActivityModifier p=128; t=4; f=00000000000000000000 (DT_DOTA_Ability_Rubick_SpellSteal)
m_fStolenCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTA_Ability_Rubick_SpellSteal)
Properties of DT_DOTA_Ability_Rubick_TelekinesisLand:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_SandKing_Epicenter:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_SatyrTrickster_Purge:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Shadow_Demon_Disruption:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Shadow_Demon_Soul_Catcher:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Silencer_CurseOfTheSilent:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Silencer_GlaivesOfWisdom:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Slardar_Slithereen_Crush:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Sniper_Shrapnel:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_SpiritBreaker_NetherStrike:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_StormSpirit_BallLightning:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Sven_StormBolt:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Tidehunter_AnchorSmash:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Tidehunter_Ravage:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Tiny_Avalanche:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Tiny_CraggyExterior:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Tiny_Toss:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Treant_Overgrowth:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Undying_Decay:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_VengefulSpirit_Nether_Swap:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Venomancer_PoisonNova:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Viper_ViperStrike:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Visage_SummonFamiliars:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Visage_SummonFamiliars_StoneForm:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Warlock_RainOfChaos:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Warlock_Shadow_Word:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Warlock_Upheaval:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Windrunner_FocusFire:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Wisp_Overcharge:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Wisp_Relocate:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Wisp_Spirits:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_Wisp_Tether:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_WitchDoctor_Maledict:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_WitchDoctor_ParalyzingCask:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_DOTA_Ability_WitchDoctor_VoodooRestoration:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_hEffectEntity p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
moveparent p=128; t=0; f=00000000000000000101 21-bit (DT_BaseEntity)
m_iParentAttachment p=128; t=0; f=00000000000000000001 6-bit (DT_BaseEntity)
m_iName p=128; t=4; f=00000000000000000000 (DT_BaseEntity)
movetype p=128; t=0; f=00000000000000000001 4-bit (DT_BaseEntity)
movecollide p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_angRotation p=128; t=2; f=01000000000000001000 13-bit (DT_BaseEntity)
m_iTextureFrameIndex p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_bSimulatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAnimatedEveryTick p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_bAlternateSorting p=128; t=0; f=00000000000000000001 1-bit (DT_BaseEntity)
m_fadeMinDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_fadeMaxDist p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_flFadeScale p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_nMinCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMaxCPULevel p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_nMinGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_nMaxGPULevel p=128; t=0; f=00000000000000000001 3-bit (DT_BaseEntity)
m_bHidden p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_bActivated p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_iDirtyButtons p=128; t=0; f=00000000000000000001 3-bit (DT_DOTABaseAbility)
m_iLevel p=128; t=0; f=00000000000000000001 4-bit (DT_DOTABaseAbility)
m_bToggleState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_fCooldown p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_iCastRange p=128; t=0; f=00000000000000000001 13-bit (DT_DOTABaseAbility)
m_iCooldownLength p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_iManaCost p=128; t=0; f=00000000000000000001 10-bit (DT_DOTABaseAbility)
m_bAutoCastState p=128; t=0; f=00000000000000000001 1-bit (DT_DOTABaseAbility)
m_flChannelStartTime p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
m_flOverrideCastPoint p=128; t=1; f=00000000000000000100 (DT_DOTABaseAbility)
EXCLUDE INHERITED ATTR: m_flCycle
EXCLUDE INHERITED ATTR: m_flAnimTime
EXCLUDE INHERITED ATTR: m_flPoseParameter
EXCLUDE INHERITED ATTR: overlay_vars
EXCLUDE INHERITED ATTR: m_flexWeight
EXCLUDE INHERITED ATTR: m_blinktoggle
EXCLUDE INHERITED ATTR: m_viewtarget
EXCLUDE INHERITED ATTR: m_nSequence
EXCLUDE INHERITED ATTR: m_nForceBone
EXCLUDE INHERITED ATTR: m_vecForce
EXCLUDE INHERITED ATTR: m_nHitboxSet
EXCLUDE INHERITED ATTR: m_flEncodedController
EXCLUDE INHERITED ATTR: m_flSimulationTime
EXCLUDE INHERITED ATTR: m_angRotation
EXCLUDE INHERITED ATTR: m_vecOrigin
EXCLUDE INHERITED ATTR: m_cellX
EXCLUDE INHERITED ATTR: m_cellY
EXCLUDE INHERITED ATTR: m_cellZ
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMins
EXCLUDE INHERITED ATTR: m_vecSpecifiedSurroundingMaxs
EXCLUDE INHERITED ATTR: m_vecMins
EXCLUDE INHERITED ATTR: m_vecMaxs
Properties of DT_NextBot:
AnimTimeMustBeFirst p=128; t=6; f=00000000000000000000 DT_AnimTimeMustBeFirst (DT_BaseEntity)
m_flSimulationTime p= 31; t=0; f=01000000000000000001 8-bit (DT_BaseEntity)
m_flCreateTime p=128; t=1; f=00000000000000000100 (DT_BaseEntity)
m_ubInterpolationFrame p=128; t=0; f=00000000000000000001 2-bit (DT_BaseEntity)
m_cellbits p= 32; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_cellX p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellY p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_cellZ p= 32; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_vecOrigin p=128; t=2; f=01001000000000000000 7-bit (DT_BaseEntity)
m_nModelIndex p=128; t=0; f=00000000000000000000 11-bit (DT_BaseEntity)
m_Collision p=128; t=6; f=00000000001000000000 DT_CollisionProperty (DT_BaseEntity)
m_nRenderFX p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_nRenderMode p=128; t=0; f=00000000000000000001 8-bit (DT_BaseEntity)
m_fEffects p=128; t=0; f=00000000000000000001 10-bit (DT_BaseEntity)
m_clrRender p=128; t=0; f=00000000000000000001 32-bit (DT_BaseEntity)
m_iTeamNum p=128; t=0; f=00000000000000000000 6-bit (DT_BaseEntity)
m_CollisionGroup p=128; t=0; f=00000000000000000001 5-bit (DT_BaseEntity)
m_flElasticity p=128; t=1; f=00000000000000000110 (DT_BaseEntity)
m_flShadowCastDistance p=128; t=1; f=00000000000000000001 12-bit (DT_BaseEntity)
m_hOwnerEntity p=128; t=0; f=000000000000000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment