MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / SetString

Method SetString

core/UserMessagePBHelpers.h:772–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 inline bool SetString(const char *pszFieldName, const char *value)
773 {
774 GETCHECK_FIELD();
775 CHECK_FIELD_TYPE(STRING);
776 CHECK_FIELD_NOT_REPEATED();
777
778 msg->GetReflection()->SetString(msg, field, value);
779 return true;
780 }
781
782 inline bool GetRepeatedString(const char *pszFieldName, int index, char *out, int size)
783 {

Callers 9

CValveMenuDisplayMethod · 0.45
SetExtOptionMethod · 0.45
DrawItemMethod · 0.45
DrawTitleMethod · 0.45
smn_PbSetStringFunction · 0.45
NotifyConVarFunction · 0.45
smn_KvSetStringFunction · 0.45
smn_KvSetVectorFunction · 0.45
sm_SetEventStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected