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

Method Say

zone/lua_mob.cpp:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782void Lua_Mob::Say(const char *message) {
783 Lua_Safe_Call_Void();
784 self->Say(message);
785}
786
787void Lua_Mob::Say(const char* message, uint8 language_id) {
788 Lua_Safe_Call_Void();

Callers

nothing calls this directly

Calls 1

ChannelMessageMethod · 0.45

Tested by

no test coverage detected