CAmbientGeneric: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/sound.cpp /game/server/sound.cpp]''' '''Linked entity :...") |
No edit summary |
||
| Line 13: | Line 13: | ||
== Entity DataMaps == | == Entity DataMaps == | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | ||
|+ | |+CAmbientGeneric | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
! style="width: 15%; background-color: #303030; color: white" |Type | ! style="width: 15%; background-color: #303030; color: white" |Type | ||
Latest revision as of 22:50, 17 March 2022
Overview
...
Source location : /game/server/sound.cpp
Linked entity : ambient_generic
Class Structure
- CBaseEntity
- CPointEntity
- CAmbientGeneric
- CPointEntity
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CAmbientGenericRampThink | ||
| InputFadeIn | ||
| InputFadeOut | ||
| InputPitch | ||
| InputPlaySound | ||
| InputStopSound | ||
| InputToggleSound | ||
| InputVolume | ||
| m_dpv | ||
| m_fActive | ||
| m_fLooping | ||
| m_flMaxRadius | ||
| m_iSoundLevel | ||
| m_iszSound | ||
| m_radius | ||
| m_sSourceEntName |