|
Arma Reforger Script API
|
Public Member Functions | |
| bool | IsChannelEnabled () |
| int | GetID () |
| string | GetWarningMessage () |
Public Member Functions inherited from BaseChatChannel | |
| proto external string | GetName () |
| String identifier of channel. | |
| proto external BaseChatChannelStyle | GetStyle () |
| Returns channel style object. | |
| bool | IsDelivering (BaseChatComponent sender, BaseChatComponent receiver) |
| Determine, if the message will be delivered to the receiver. | |
| bool | IsAvailable (BaseChatComponent sender) |
| Returns true if the message can be sent to this channel. | |
| bool | ProcessMessage (BaseChatComponent sender, string message, bool isAuthority) |
| Method processes chat message before its send to the server and after receiving it by the server. | |
Public Attributes | |
| int | m_iId |
| string | m_sWarningMessage |
| bool | m_bChannelEnabled |
Additional Inherited Members | |
Protected Member Functions inherited from BaseChatChannel | |
| void | OnInit (IEntity owner) |
| int SCR_ChatChannel.GetID | ( | ) |
| string SCR_ChatChannel.GetWarningMessage | ( | ) |
| bool SCR_ChatChannel.IsChannelEnabled | ( | ) |
| bool SCR_ChatChannel.m_bChannelEnabled |
| int SCR_ChatChannel.m_iId |
| string SCR_ChatChannel.m_sWarningMessage |