Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс BotTestSpamUserActions_Start
+ Граф наследования:BotTestSpamUserActions_Start:

Закрытые члены

override void OnEntry (BotEventBase e)
 
override void OnExit (BotEventBase e)
 

Подробное описание

Методы

◆ OnEntry()

override void OnEntry ( BotEventBase e)
inlineprivate
5 {
6 super.OnEntry(e);
7
8 }
Definition EntityAI.c:95

◆ OnExit()

override void OnExit ( BotEventBase e)
inlineprivate
11 {
12 botDebugPrint("[bot] + " + m_Owner + "BotTestSpamUserActions_Start::OnExit");
13
14 /*if (GetGame().IsServer() && GetGame().IsMultiplayer())
15 {
16 botDebugPrint("[bot] + " + m_Owner + "BotTestSpamUserActions_Start spamming!");
17 for (int i = 0; i < 10000; ++i)
18 Print("Lovely SPAAAAAM!");
19 }*/
20
21 super.OnExit(e);
22 }
void botDebugPrint(string s)
Definition Bot.c:182
enum ProcessDirectDamageFlags m_Owner

Перекрестные ссылки botDebugPrint() и m_Owner.


Объявления и описания членов класса находятся в файле: