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

Method SetRepeatedString

core/UserMessagePBHelpers.h:795–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 }
794
795 inline bool SetRepeatedString(const char *pszFieldName, int index, const char *value)
796 {
797 GETCHECK_FIELD();
798 CHECK_FIELD_TYPE(STRING);
799 CHECK_FIELD_REPEATED();
800 CHECK_REPEATED_ELEMENT(index);
801
802 msg->GetReflection()->SetRepeatedString(msg, field, index, value);
803
804 return true;
805 }
806
807 inline bool AddString(const char *pszFieldName, const char *value)
808 {

Callers 1

smn_PbSetStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected