Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseChatEntity.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
BaseChatEntityClass
: GenericEntityClass
13
{
14
}
15
16
class
BaseChatEntity:
GenericEntity
17
{
21
proto external
int
GetChannelsCount
();
26
proto external
string
GetChannelName
(
int
channelId);
31
proto external
BaseChatChannel
GetChannel
(
int
channelId);
35
proto external
PrivateMessageChannel
GetWhisperChannel
();
39
proto external
BaseChatChannel
GetDefaultChannel
();
43
proto external
BaseChatChannelStyle
GetStyle
();
44
}
45
BaseChatChannel
Definition
BaseChatChannel.c:13
BaseChatChannelStyle
Definition
BaseChatChannelStyle.c:13
BaseChatEntityClass
Definition
BaseChatEntity.c:13
GenericEntity
Definition
GenericEntity.c:16
PrivateMessageChannel
Definition
PrivateMessageChannel.c:13
GetDefaultChannel
proto external BaseChatChannel GetDefaultChannel()
GetChannel
proto external BaseChatChannel GetChannel(int channelId)
GetStyle
proto external BaseChatChannelStyle GetStyle()
GetChannelsCount
BaseChatEntityClass GenericEntityClass GetChannelsCount()
GetChannelName
proto external string GetChannelName(int channelId)
GetWhisperChannel
proto external PrivateMessageChannel GetWhisperChannel()
scripts
Game
generated
Entities
BaseChatEntity.c
Generated by
1.17.0