AzerothCore
3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
WorldPackets::Strings::NoHyperlinks Struct Reference
#include "
PacketUtilities.h
"
Static Public Member Functions
static bool
Validate
(std::string const &value)
Detailed Description
Member Function Documentation
◆
Validate()
bool WorldPackets::Strings::NoHyperlinks::Validate
(
std::string const &
value
)
static
53
{
54
if
(value.find(
'|'
) != std::string::npos)
55
throw
IllegalHyperlinkException(value);
56
57
return
true
;
58
}
WorldPackets
Strings
NoHyperlinks
Generated on Mon Sep 23 2024 20:42:49 for AzerothCore by
1.9.5