Source2Toolkit
SchemaEntityClasses

CPointCamera

CPointCamera

Inheritance: CBaseEntity

Fields

  • m_FOV float
  • m_Resolution float
  • m_bFogEnable bool
  • m_FogColor Color
  • m_flFogStart float
  • m_flFogEnd float
  • m_flFogMaxDensity float
  • m_bActive bool
  • m_bUseScreenAspectRatio bool
  • m_flAspectRatio float
  • m_bNoSky bool
  • m_fBrightness float
  • m_flZFar float
  • m_flZNear float
  • m_bCanHLTVUse bool
  • m_bAlignWithParent bool
  • m_bDofEnabled bool
  • m_flDofNearBlurry float
  • m_flDofNearCrisp float
  • m_flDofFarCrisp float
  • m_flDofFarBlurry float
  • m_flDofTiltToGround float
  • m_TargetFOV float
  • m_DegreesPerSecond float
  • m_bIsOn bool
  • m_pNext CPointCamera*

Methods

CPointCamera* New(className)

Parameters
  • className const char*

CPointCamera* FromIndex(iIndex)

Parameters
  • iIndex int

CPointCamera* FromIndex(index)

Parameters
  • index CEntityIndex

CHandle<CPointCamera> GetHandle()

On this page