Ability tongue

From Valve Developer Community
Revision as of 12:57, 20 November 2022 by Nescius (talk | contribs)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
C++ Class hierarchy
CTongue
CBaseAbility
CBaseEntity

Template:L4d series point It's the smoker's tongue attack. This entity is located at the tip of his tongue.

NetProps

[Todo]

CTongue

m_bendPointCount ([todo internal name (i)]) <integer>
m_currentTipTarget ([todo internal name (i)]) <targetname*>
m_potentialTarget ([todo internal name (i)]) <todo>
m_tongueHitRange ([todo internal name (i)]) <todo>
m_tongueGrabStartingHealth ([todo internal name (i)]) <todo>
m_tongueHitWasAmbush ([todo internal name (i)]) <todo>
m_tongueVictimLastOnGroundTime ([todo internal name (i)]) <todo>
m_bendPositions ([todo internal name (i)]) <array of vectors>
m_tongueState ([todo internal name (i)]) <todo>
m_tongueVictimPositionTime ([todo internal name (i)]) <todo>
m_tipPosition ([todo internal name (i)]) <vector>
m_tongueHitTimestamp ([todo internal name (i)]) <todo>
m_tongueVictimDistance ([todo internal name (i)]) <todo>

CBaseAbility

m_owner ([todo internal name (i)]) <targetname*>
m_hasBeenUsed ([todo internal name (i)]) <boolean>
m_nextActivationTimer.m_duration ([todo internal name (i)]) <todo>
m_nextActivationTimer.m_timestamp ([todo internal name (i)]) <todo>
m_activationSupressedTimer.m_duration ([todo internal name (i)]) <todo>
m_activationSupressedTimer.m_timestamp ([todo internal name (i)]) <todo>

See Also