CBaseNPCMaker: 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/monstermaker.h /game/server/monstermaker.h]''' == Clas...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/monstermaker.h /game/server/monstermaker.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/monstermaker.h /game/server/monstermaker.h]''' | ||
== [[Classes| | == [[Classes|Class Structure]] == | ||
* '''[[CBaseEntity]]''' | * '''[[CBaseEntity]]''' | ||
** '''CBaseNPCMaker''' | ** '''CBaseNPCMaker''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CBaseNPCMaker | |||
! 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%;" |'''CBaseNPCMakerMakerThink''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputAddMaxChildren''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputDisable''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputEnable''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputSetMaxChildren''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputSetMaxLiveChildren''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputSetSpawnFrequency''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputSpawnNPC''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputToggle''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_OnAllLiveChildrenDead''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_OnAllSpawned''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_OnAllSpawnedDead''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_OnSpawnNPC''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bDisabled''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSpawnFrequency''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_hIgnoreEntity''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iszIngoreEnt''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nLiveChildren''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nMaxLiveChildren''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nMaxNumNPCs''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 20:56, 10 April 2022
Overview[edit | edit source]
...
Source location : /game/server/monstermaker.h
Class Structure[edit | edit source]
- CBaseEntity
- CBaseNPCMaker
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CBaseNPCMakerMakerThink | ||
InputAddMaxChildren | ||
InputDisable | ||
InputEnable | ||
InputSetMaxChildren | ||
InputSetMaxLiveChildren | ||
InputSetSpawnFrequency | ||
InputSpawnNPC | ||
InputToggle | ||
m_OnAllLiveChildrenDead | ||
m_OnAllSpawned | ||
m_OnAllSpawnedDead | ||
m_OnSpawnNPC | ||
m_bDisabled | ||
m_flSpawnFrequency | ||
m_hIgnoreEntity | ||
m_iszIngoreEnt | ||
m_nLiveChildren | ||
m_nMaxLiveChildren | ||
m_nMaxNumNPCs |