Ability tongue: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} {{ent not in fgd|nolink=1}} {{cleanup}} __NOTOC__ {{CD|CTongue}} {{l4d series point|ability_tongue}} It's the smoker's tongue attack. This entity is located at the ti...")
 
mNo edit summary
Line 9: Line 9:
{{todo}}
{{todo}}
=== CTongue ===
=== CTongue ===
{{KV|m_bendPointCount|array of vectors}}
{{KV|m_bendPointCount|int}}
{{KV|m_currentTipTarget|ehandle}}
{{KV|m_currentTipTarget|ehandle}}
{{KV|m_potentialTarget|todo}}
{{KV|m_potentialTarget|todo}}
Line 16: Line 16:
{{KV|m_tongueHitWasAmbush|todo}}
{{KV|m_tongueHitWasAmbush|todo}}
{{KV|m_tongueVictimLastOnGroundTime|todo}}
{{KV|m_tongueVictimLastOnGroundTime|todo}}
{{KV|m_bendPositions|todo}}
{{KV|m_bendPositions|array of vectors}}
{{KV|m_tongueState|todo}}
{{KV|m_tongueState|todo}}
{{KV|m_tongueVictimPositionTime|todo}}
{{KV|m_tongueVictimPositionTime|todo}}

Revision as of 12:57, 20 November 2022

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