MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / ChannelMessage

Method ChannelMessage

zone/entity.cpp:1314–1317  ·  view source on GitHub ↗

if no language skill is specified, sent with 100 skill

Source from the content-addressed store, hash-verified

1312
1313// if no language skill is specified, sent with 100 skill
1314void EntityList::ChannelMessage(Mob *from, uint8 chan_num, uint8 language, const char *message, ...)
1315{
1316 ChannelMessage(from, chan_num, language, Language::MaxValue, message);
1317}
1318
1319void EntityList::ChannelMessage(Mob *from, uint8 chan_num, uint8 language,
1320 uint8 lang_skill, const char *message, ...)

Callers 3

SayMethod · 0.45
ShoutMethod · 0.45

Calls 7

DistanceFunction · 0.85
GetPositionMethod · 0.80
GetFilterMethod · 0.80
ChannelMessageSendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected