Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

client

❯

CPointOrient

CPointOrient

Nov 23, 2025

  • schemas
  • schemas/class
// MEntityAllowsPortraitWorldSpawn
class CPointOrient : public C_BaseEntity
{
public:
    CUtlSymbolLarge m_iszSpawnTargetName;
    CHandle<C_BaseEntity> m_hTarget;
    bool m_bActive;
    PointOrientGoalDirectionType_t m_nGoalDirection;
    PointOrientConstraint_t m_nConstraint;
    float32 m_flMaxTurnRate;
    GameTime_t m_flLastGameTime;
};

Graph View

Created with Quartz v4.5.2 © 2026

  • Hit Deadlock Modding Server