CPointCamera: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/point_camera.h /game/server/point_camera.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/point_camera point_camera]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CPointCamera''' | ||
== SendProps == | == SendProps == | ||
Revision as of 04:56, 24 March 2022
Overview
...
Source location : /game/server/point_camera.h
Linked Entity : point_camera
Class Structure
- CBaseEntity
- CPointCamera
SendProps
| Name | Type | Description |
|---|---|---|
| m_FOV | Float | |
| m_Resolution | Float | |
| m_bFogEnable | Boolean | |
| m_FogColor | Integer | |
| m_flFogStart | Float | |
| m_flFogEnd | Float | |
| m_flFogMaxDensity | Float | |
| m_bActive | Boolean | |
| m_bUseScreenAspectRatio | Boolean |
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CPointCameraChangeFOVThink | ||
| InputChangeFOV | ||
| InputSetOff | ||
| InputSetOn | ||
| InputSetOnAndTurnOthersOff | ||
| m_DegreesPerSecond | ||
| m_FOV | ||
| m_FogColor | ||
| m_Resolution | ||
| m_TargetFOV | ||
| m_bActive | ||
| m_bFogEnable | ||
| m_bIsOn | ||
| m_bUseScreenAspectRatio | ||
| m_flFogEnd | ||
| m_flFogMaxDensity | ||
| m_flFogStart |