CObjectSentrygun: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
|'''m_iAmmoShells''' | |'''m_iAmmoShells''' | ||
|Integer | |Integer | ||
| | |The amount of bullet ammo this sentry currently has | ||
|- | |- | ||
|'''m_iAmmoRockets''' | |'''m_iAmmoRockets''' | ||
|Integer | |Integer | ||
| | |The amount of rocket ammo this sentry currently has | ||
|- | |- | ||
|'''m_iState''' | |'''m_iState''' |
Revision as of 15:26, 13 November 2022
Overview
Placed and carried sentry guns are instances of this class.
Source location : /game/server/tf2/tf_obj_sentrygun.h
Linked entity : obj_sentrygun
Class Structure
- CBaseEntity
- CBaseAnimating
- CBaseAnimatingOverlay
- CBaseFlex
- CBaseCombatCharacter
- CBaseObject
- CObjectSentrygun
- CBaseObject
- CBaseCombatCharacter
- CBaseFlex
- CBaseAnimatingOverlay
- CBaseAnimating
SendProps
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
m_iAmmoShells | Integer | The amount of bullet ammo this sentry currently has | |||||||||
m_iAmmoRockets | Integer | The amount of rocket ammo this sentry currently has | |||||||||
m_iState | Integer | What this sentrygun is currently doing
| |||||||||
m_bPlayerControlled | Boolean | Whether or not this sentry is being controlled by a player with the Wrangler | |||||||||
m_nShieldLevel | Integer | The shielding level for this sentry
| |||||||||
m_hEnemy | Integer | The target of this sentry's fire. When the sentry is uncontrolled this will be the player it is attempting to fire at. When the sentry is controlled by a Wrangler it will be the env_laser used by the weapon | |||||||||
m_hAutoAimTarget | Integer | The aim assisted player target used by the Wrangler. When aiming near an enemy and a positive vector trace is established the env_laser will lock on to the target player, and this value (m_hAutoAimTarget) will be set to that enemy | |||||||||
|