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

Method PushArray

core/logic/ForwardSys.cpp:377–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377int CForward::PushArray(cell_t *inarray, unsigned int cells, int flags)
378{
379 if (!inarray) {
380 return SetError(SP_ERROR_PARAM);
381 }
382 default_args_.PushArray(inarray, cells, flags);
383 if (default_args_.error)
384 return SetError(SP_ERROR_PARAMS_MAX);
385 return SP_ERROR_NONE;
386}
387
388int CForward::PushString(const char *string)
389{

Callers 15

OnUserMessageMethod · 0.80
InterceptUserMessageMethod · 0.80
CallSuccessMethod · 0.80
RunThinkPartMethod · 0.80
sm_CallPushArrayFunction · 0.80
sm_CallPushArrayExFunction · 0.80
OnPlaybackTempEntityMethod · 0.80
PlayerRunCmdMethod · 0.80
PlayerRunCmdPostMethod · 0.80
OnEmitAmbientSoundMethod · 0.80
OnEmitSoundMethod · 0.80
OnEmitSound2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected