mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
missing lua mob function
This commit is contained in:
parent
db70ad37dd
commit
d12c700bbf
@ -1814,6 +1814,7 @@ luabind::scope lua_register_mob() {
|
|||||||
.def("Message", &Lua_Mob::Message)
|
.def("Message", &Lua_Mob::Message)
|
||||||
.def("Message_StringID", &Lua_Mob::Message_StringID)
|
.def("Message_StringID", &Lua_Mob::Message_StringID)
|
||||||
.def("Say", &Lua_Mob::Say)
|
.def("Say", &Lua_Mob::Say)
|
||||||
|
.def("QuestSay", &Lua_Mob::QuestSay)
|
||||||
.def("Shout", &Lua_Mob::Shout)
|
.def("Shout", &Lua_Mob::Shout)
|
||||||
.def("Emote", &Lua_Mob::Emote)
|
.def("Emote", &Lua_Mob::Emote)
|
||||||
.def("InterruptSpell", (void(Lua_Mob::*)(void))&Lua_Mob::InterruptSpell)
|
.def("InterruptSpell", (void(Lua_Mob::*)(void))&Lua_Mob::InterruptSpell)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user