#include <chatbubbles.h>
List of all members.
Detailed Description
Definition at line 53 of file chatbubbles.h.
Constructor & Destructor Documentation
psChatBubbles::psChatBubbles |
( |
| ) |
|
virtual psChatBubbles::~psChatBubbles |
( |
| ) |
[virtual] |
Member Function Documentation
size_t psChatBubbles::GetBubbleLongPhraseLineCount |
( |
| ) |
[inline] |
size_t psChatBubbles::GetBubbleMaxLineLen |
( |
| ) |
[inline] |
size_t psChatBubbles::GetBubbleShortPhraseCharCount |
( |
| ) |
[inline] |
virtual void psChatBubbles::HandleMessage |
( |
MsgEntry * |
msg, |
|
|
Client * |
client |
|
) |
| [virtual] |
Interprets a received message and executes the command.
Implements iNetSubscriber.
bool psChatBubbles::Initialize |
( |
psEngine * |
engine | ) |
|
bool psChatBubbles::isEnabled |
( |
| ) |
[inline] |
bool psChatBubbles::isMixingActionColours |
( |
| ) |
[inline] |
bool psChatBubbles::Load |
( |
const char * |
filename, |
|
|
bool |
saveUserData = false |
|
) |
| |
Load the chat bubble config file.
- Parameters:
-
filename | The name of the file to load. |
saveUserData | This is used to save the file loaded in the /userdata/ folder. This is normally done when the userdata config file has not been created yet. |
- Returns:
- true if the file loaded correctly. false if the file was not found or could not be loaded.
void psChatBubbles::setEnabled |
( |
bool |
enable | ) |
[inline] |
The documentation for this class was generated from the following file: