MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / queueClientNotification

Method queueClientNotification

source/network/ODClient.h:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107template<typename ...Args>
108void ODClient::queueClientNotification(ClientNotificationType type, const Args&... args)
109{
110 queueClientNotification(type);
111 ODPacket::putInPacket(mClientNotificationQueue.back()->mPacket, args...);
112}
113
114#endif // ODCLIENT_H

Callers 15

checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkBuildTrapMethod · 0.45
checkBuildTrapEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected