![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnInit (IEntity owner) |
| event bool | IsDelivering (BaseChatComponent sender, BaseChatComponent receiver) |
| Determine, if the message will be delivered to the receiver. | |
| event bool | IsAvailable (BaseChatComponent sender) |
| Returns true if the message can be sent to this channel. | |
| event bool | ProcessMessage (BaseChatComponent sender, string message, bool isAuthority) |
| void | OnInit (IEntity owner) |
| event bool | IsDelivering (BaseChatComponent sender, BaseChatComponent receiver) |
| Determine, if the message will be delivered to the receiver. | |
| event bool | IsAvailable (BaseChatComponent sender) |
| Returns true if the message can be sent to this channel. | |
| event bool | ProcessMessage (BaseChatComponent sender, string message, bool isAuthority) |
Definition at line 12 of file BaseChatChannel.c.
|
inlineprotected |
Returns true if the message can be sent to this channel.
Definition at line 27 of file BaseChatChannel.c.
|
inlineprotected |
Returns true if the message can be sent to this channel.
Definition at line 27 of file BaseChatChannel.c.
|
inlineprotected |
Determine, if the message will be delivered to the receiver.
Definition at line 25 of file BaseChatChannel.c.
|
inlineprotected |
Determine, if the message will be delivered to the receiver.
Definition at line 25 of file BaseChatChannel.c.
|
protected |
|
protected |
|
inlineprotected |
Method processes chat message before its send to the server and after receiving it by the server. Will be revisited and made osbolete soon
| message | Chat message |
| senderChatComp | Senders ChatComponent |
| isAuthority | true when executed on the server |
Definition at line 36 of file BaseChatChannel.c.
|
inlineprotected |
Method processes chat message before its send to the server and after receiving it by the server. Will be revisited and made osbolete soon
| message | Chat message |
| senderChatComp | Senders ChatComponent |
| isAuthority | true when executed on the server |
Definition at line 36 of file BaseChatChannel.c.