22 static constexpr std::u16string_view _default_Tooltip = u
"";
25 std::u16string m_Text;
26 std::u16string m_Tooltip;
31 std::u16string_view Text();
36 using Ptr = std::shared_ptr<ModButton>;
43 ModButton(CP_SDK_PRIV_TAG_ARG(), std::u16string_view p_Text,
_v::CActionRef<> p_OnClick, std::u16string_view p_Tooltip = _default_Tooltip,
bool p_Interactable =
true);
53 static Ptr
Make(std::u16string_view p_Text,
_v::CActionRef<> p_OnClick, std::u16string_view p_Tooltip = _default_Tooltip,
bool p_Interactable =
true);