CRopeKeyframe: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == ... '''Source location : ...''' '''Linked entity : ...''' ==Class Structure== *'''CBaseEntity''' **'''CBaseAnimating''' ***'''CBaseAn...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
...
...


'''Source location : ...'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/rope.h /game/server/rope.h]'''


'''Linked entity : ...'''
'''Linked Entities :'''
*''' [https://developer.valvesoftware.com/wiki/move_rope move_rope]'''
*''' [https://developer.valvesoftware.com/wiki/keyframe_rope keyframe_rope]'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''CRopeKeyframe'''
***'''[[CBaseAnimatingOverlay]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''


== SendProps ==
== SendProps ==
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;"
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CRopeKeyframe  
|+CRopeKeyframe  
! style="width: 50%; background-color: #303030; color: white" |Name  
! style="width: 50%; background-color: #303030; color: white" |Name  
Line 92: Line 89:
| style="width: 50%;" |'''m_iParentAttachment'''
| style="width: 50%;" |'''m_iParentAttachment'''
| style="width: 15%;" |Integer
| style="width: 15%;" |Integer
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CRopeKeyframe
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''InputSetForce'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetScrollSpeed'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_RopeFlags'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_RopeLength'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_Slack'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_Subdiv'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_TextureScale'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_Width'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bConstrainBetweenEndpoints'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bCreatedFromMapFile'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bEndPointValid'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bStartPointValid'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_fLockedPoints'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flScrollSpeed'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_hEndPoint'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_hStartPoint'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iEndAttachment'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iNextLinkName'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iRopeMaterialModelIndex'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iStartAttachment'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nSegments'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_strRopeMaterialModel'''
| style="width: 15%;" |
| style="width: 35%;" |
| style="width: 35%;" |
|}
|}

Latest revision as of 21:55, 24 March 2022

Overview[edit | edit source]

...

Source location : /game/server/rope.h

Linked Entities :

Class Structure[edit | edit source]

SendProps[edit | edit source]

CRopeKeyframe
Name Type Description
m_hStartPoint Integer
m_hEndPoint Integer
m_iStartAttachment Integer
m_iEndAttachment Integer
m_Slack Integer
m_RopeLength Integer
m_fLockedPoints Integer
m_RopeFlags Integer
m_nSegments Integer
m_bConstrainBetweenEndpoints Boolean
m_iRopeMaterialModelIndex Integer
m_Subdiv Integer
m_TextureScale Float
m_Width Float
m_flScrollSpeed Float
m_vecOrigin Vector
moveparent Integer
m_iParentAttachment Integer

Entity DataMaps[edit | edit source]

CRopeKeyframe
Name Type Description
InputSetForce
InputSetScrollSpeed
m_RopeFlags
m_RopeLength
m_Slack
m_Subdiv
m_TextureScale
m_Width
m_bConstrainBetweenEndpoints
m_bCreatedFromMapFile
m_bEndPointValid
m_bStartPointValid
m_fLockedPoints
m_flScrollSpeed
m_hEndPoint
m_hStartPoint
m_iEndAttachment
m_iNextLinkName
m_iRopeMaterialModelIndex
m_iStartAttachment
m_nSegments
m_strRopeMaterialModel