
Data Fields | |
| bot_chat_t * | chat |
| char | chatmessage [MAX_MESSAGE_SIZE] |
| int | client |
| bot_consolemessage_t * | firstmessage |
| int | gender |
| int | handle |
| bot_consolemessage_t * | lastmessage |
| char | name [32] |
| int | numconsolemessages |
|
|
Definition at line 189 of file be_ai_chat.c. Referenced by BotChooseInitialChatMessage(), BotFreeChatFile(), BotInitialChat(), BotLoadChatFile(), and BotNumInitialChats(). |
|
|
Definition at line 181 of file be_ai_chat.c. Referenced by BotChatLength(), BotConstructChatMessage(), BotEnterChat(), BotGetChatMessage(), and BotReplyChat(). |
|
|
Definition at line 179 of file be_ai_chat.c. Referenced by BotEnterChat(), and BotSetChatName(). |
|
|
Definition at line 184 of file be_ai_chat.c. Referenced by BotNextConsoleMessage(), BotQueueConsoleMessage(), and BotRemoveConsoleMessage(). |
|
|
Definition at line 178 of file be_ai_chat.c. Referenced by BotReplyChat(), and BotSetChatGender(). |
|
|
Definition at line 182 of file be_ai_chat.c. Referenced by BotQueueConsoleMessage(). |
|
|
Definition at line 185 of file be_ai_chat.c. Referenced by BotQueueConsoleMessage(), and BotRemoveConsoleMessage(). |
|
|
Definition at line 180 of file be_ai_chat.c. Referenced by BotReplyChat(), and BotSetChatName(). |
|
|
Definition at line 187 of file be_ai_chat.c. Referenced by BotNumConsoleMessages(), BotQueueConsoleMessage(), and BotRemoveConsoleMessage(). |
1.3.9.1