CSpriteOriented: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
...
A subclass of [[CSprite]] which is statically oriented a particular way within the world rather than turning to always face the player.


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

Revision as of 18:12, 10 August 2022

Overview

A subclass of CSprite 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