Home
last modified time | relevance | path

Searched refs:emote_name (Results 1 – 2 of 2) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_objects/
H A Dmap_object.cpp159 void MapObject::Emote(const std::string &emote_name, vt_map::private_map::ANIM_DIRECTIONS dir) in Emote() argument
162 _emote_animation = emote_handler.GetEmoteAnimation(emote_name); in Emote()
165 PRINT_WARNING << "Invalid emote requested: " << emote_name << " for map object: " in Emote()
173 emote_name, in Emote()
H A Dmap_object.h312 …void Emote(const std::string& emote_name, vt_map::private_map::ANIM_DIRECTIONS dir = vt_map::priva…