CBaseNPCMaker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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]]''' | ||
Latest revision as of 20:56, 10 April 2022
Overview
...
Source location : /game/server/monstermaker.h
Class Structure
- CBaseEntity
- CBaseNPCMaker
Entity DataMaps
| 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 |