CSpriteOriented: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
A [https://developer.valvesoftware.com/wiki/Sprite sprite] which is statically oriented a particular way within the world rather than turning to always face the player.


'''Source location : ...'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/Sprite.h /game/shared/Sprite.h]'''


'''Linked entity : ...'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/env_sprite_oriented env_sprite_oriented]'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CSprite]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''CSpriteOriented'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''

Latest revision as of 18:12, 10 August 2022

Overview[edit | edit source]

A sprite which is statically oriented a particular way within the world rather than turning to always face the player.

Source location : /game/shared/Sprite.h

Linked Entity : env_sprite_oriented

Class Structure[edit | edit source]