CObjectSentrygun: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Placed and carried sentry guns are instances of this class. | Placed and carried sentry guns are instances of this class. | ||
'''Source location : /game/server/ | '''Source location : /game/server/tf2/tf_obj_sentrygun.h''' | ||
'''Linked entity : obj_sentrygun''' | '''Linked entity : obj_sentrygun''' |
Revision as of 03:09, 1 February 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 | ||||||||||
m_iAmmoRockets | Integer | ||||||||||
m_iState | Integer | ||||||||||
m_bPlayerControlled | Boolean | ||||||||||
m_nShieldLevel | Integer | ||||||||||
m_hEnemy | Integer | ||||||||||
m_hAutoAimTarget | Integer | ||||||||||
|