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

Method PushStringEx

core/logic/ForwardSys.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399int CForward::PushStringEx(char *buffer, size_t length, int sz_flags, int cp_flags)
400{
401 default_args_.PushString(buffer, length, sz_flags | cp_flags);
402 if (default_args_.error)
403 return SetError(SP_ERROR_PARAMS_MAX);
404 return SP_ERROR_NONE;
405}
406
407void CForward::Cancel()
408{

Callers 10

OnClientConnectMethod · 0.80
AskPluginLoadMethod · 0.80
OnEmitAmbientSoundMethod · 0.80
OnEmitSoundMethod · 0.80
OnEmitSound2Method · 0.80
OnTopMenuDrawOptionMethod · 0.80
OnTopMenuDisplayTitleMethod · 0.80
OnMenuDisplayItemMethod · 0.80

Calls 1

PushStringMethod · 0.80

Tested by

no test coverage detected