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