CFish: 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/fish.h /game/server/fish.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/fish fish]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***''' | ***'''CFish''' | ||
== SendProps == | == SendProps == |
Latest revision as of 04:34, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/fish.h
Linked Entity : fish
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CFish
- CBaseAnimating
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_poolOrigin | Vector | |
m_angle | Float | |
m_x | Float | |
m_y | Float | |
m_z | Float | |
m_nModelIndex | Integer | |
m_lifeState | Integer | |
m_waterLevel | Float |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_angle | ||
m_angleChange | ||
m_avoidRange | ||
m_calmSpeed | ||
m_desiredSpeed | ||
m_forward | ||
m_id | ||
m_panicSpeed | ||
m_perp | ||
m_pool | ||
m_poolOrigin | ||
m_speed | ||
m_turnClockwise | ||
m_waterLevel |