CPointCommentaryNode: 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/CommentarySystem.cpp /game/server/CommentarySystem.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/point_commentary_node point_commentary_node]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***''' | ***'''CPointCommentaryNode''' | ||
== SendProps == | == SendProps == |
Latest revision as of 04:33, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/CommentarySystem.cpp
Linked Entity : point_commentary_node
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CPointCommentaryNode
- CBaseAnimating
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_bActive | Boolean | |
m_iszCommentaryFile | String | |
m_iszCommentaryFileNoHDR | String | |
m_flStartTime | Float | |
m_iszSpeakers | String | |
m_iNodeNumber | Integer | |
m_iNodeNumberMax | Integer | |
m_hViewPosition | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CPointCommentaryNodeSpinThink | ||
CPointCommentaryNodeUpdateViewPostThink | ||
CPointCommentaryNodeUpdateViewThink | ||
InputDisable | ||
InputEnable | ||
InputStartCommentary | ||
InputStartUnstoppableCommentary | ||
m_bActive | ||
m_bDisabled | ||
m_bPreventChangesWhileMoving | ||
m_bPreventMovement | ||
m_bUnderCrosshair | ||
m_bUnstoppable | ||
m_flFinishedTime | ||
m_flStartTime | ||
m_hViewPosition | ||
m_hViewPositionMover | ||
m_hViewTarget | ||
m_hViewTargetAngles | ||
m_iNodeNumber | ||
m_iNodeNumberMax | ||
m_iszCommentaryFile | ||
m_iszCommentaryFileNoHDR | ||
m_iszPostCommands | ||
m_iszPreCommands | ||
m_iszSpeakers | ||
m_iszViewPosition | ||
m_iszViewTarget | ||
m_pOnCommentaryStarted | ||
m_pOnCommentaryStopped | ||
m_vecFinishAngles | ||
m_vecFinishOrigin | ||
m_vecOriginalAngles | ||
m_vecTeleportOrigin |