Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseChatEntity.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
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
GetChannel
proto external BaseChatChannel GetChannel(int channelId)
BaseChatChannelStyle
Definition:
BaseChatChannelStyle.c:12
PrivateMessageChannel
Definition:
PrivateMessageChannel.c:12
GetChannelsCount
BaseChatEntityClass GenericEntityClass GetChannelsCount()
GenericEntity
SCR_GenericBoxEntityClass GenericEntity
GetChannelName
proto external string GetChannelName(int channelId)
GetStyle
proto external BaseChatChannelStyle GetStyle()
GetDefaultChannel
proto external BaseChatChannel GetDefaultChannel()
BaseChatEntityClass
Definition:
BaseChatEntity.c:12
GetWhisperChannel
proto external PrivateMessageChannel GetWhisperChannel()
BaseChatChannel
Definition:
BaseChatChannel.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Entities
BaseChatEntity.c
Generated by
1.8.17