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

Method PushFloatByRef

core/logic/ForwardSys.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369int CForward::PushFloatByRef(float *num, int flags)
370{
371 default_args_.PushFloatByRef(num, flags);
372 if (default_args_.error)
373 return SetError(SP_ERROR_PARAMS_MAX);
374 return SP_ERROR_NONE;
375}
376
377int CForward::PushArray(cell_t *inarray, unsigned int cells, int flags)
378{

Callers 7

sm_CallPushFloatRefFunction · 0.80
OnEmitAmbientSoundMethod · 0.80
OnEmitSoundMethod · 0.80
OnEmitSound2Method · 0.80
DETOUR_DECL_MEMBER3Function · 0.80
Hook_TraceAttackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected