CTFBotGenerator: 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/tf/bot/map_entities/tf_bot_generator.h /game/server/tf/bo...") |
No edit summary |
||
| Line 13: | Line 13: | ||
== Entity DataMaps == | == Entity DataMaps == | ||
{| 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; | ||
|+ | |+CTFBotGenerator | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
! style="width: 15%; background-color: #303030; color: white" |Type | ! style="width: 15%; background-color: #303030; color: white" |Type | ||
Latest revision as of 00:54, 19 March 2022
Overview
...
Source location : /game/server/tf/bot/map_entities/tf_bot_generator.h
Linked entity : bot_generator
Class Structure
- CBaseEntity
- CPointEntity
- CTFBotGenerator
- CPointEntity
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CTFBotGeneratorGeneratorThink | ||
| InputClearAttentionFocus | ||
| InputCommandGotoActionPoint | ||
| InputDisable | ||
| InputEnable | ||
| InputRemoveBots | ||
| InputSetAttentionFocus | ||
| InputSetDifficulty | ||
| InputSetDisableDodge | ||
| InputSetSuppressFire | ||
| InputSpawnBot | ||
| m_actionPointName | ||
| m_bDisableDodge | ||
| m_bRetainBuildings | ||
| m_bSpawnOnlyWhenTriggered | ||
| m_bSuppressFire | ||
| m_bUseTeamSpawnpoint | ||
| m_className | ||
| m_difficulty | ||
| m_iOnDeathAction | ||
| m_initialCommand | ||
| m_maxActiveCount | ||
| m_onBotKilled | ||
| m_onExpended | ||
| m_onSpawned | ||
| m_spawnCount | ||
| m_spawnInterval | ||
| m_teamName |