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

Method AddUInt32

core/UserMessagePBHelpers.h:274–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 inline bool AddUInt32(const char *pszFieldName, uint32 value)
275 {
276 GETCHECK_FIELD();
277 CHECK_FIELD_TYPE(UINT32);
278 CHECK_FIELD_REPEATED();
279
280 msg->GetReflection()->AddUInt32(msg, field, value);
281 return true;
282 }
283
284 inline bool GetUInt64(const char *pszFieldName, uint64 *out)
285 {

Callers 2

AddUInt64Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected