CBaseEntity.m nRenderFX: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" ! colspan="1" |Values |- | [https://github.com/sr2echa/TF2-Source-Co...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | |||
The class from which all entity types derive from. The only exceptions to this are [https://wiki.alliedmods.net/TempEnts_(SourceMod_SDKTools) TempEnts], which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/baseentity.h /game/server/baseentity.h]''' | |||
Go back to [[Classes]] | |||
== SendProps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CBaseEntity | |||
! 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 | |||
|- | |||
| colspan="3" style="padding: 0; margin: 0;" | | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="3" |AnimTimeMustBeFirst | |||
|- | |||
| style="width: 50%;" |'''m_flAnimTime''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" |TBD | |||
|} | |||
|- | |||
|'''m_flSimulationTime''' | |||
|Integer | |||
| | |||
|} | |||
{| 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;" | ||
! colspan="1" |Values | ! colspan="1" |Values |
Revision as of 17:42, 16 September 2023
Overview
The class from which all entity types derive from. The only exceptions to this are TempEnts, which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity.
Source location : /game/server/baseentity.h
Go back to Classes
SendProps
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
m_flSimulationTime | Integer |
Values |
---|
|