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

Method PushFloat

core/logic/ForwardSys.cpp:353–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353int CForward::PushFloat(float number)
354{
355 default_args_.PushFloat(number);
356 if (default_args_.error)
357 return SetError(SP_ERROR_PARAMS_MAX);
358 return SP_ERROR_NONE;
359}
360
361int CForward::PushCellByRef(cell_t *cell, int flags)
362{

Callers 7

sm_CallPushFloatFunction · 0.80
FireEventDetourMethod · 0.80
OnPlaybackTempEntityMethod · 0.80
Hook_TraceAttackPostMethod · 0.80
Hook_UseMethod · 0.80
Hook_UsePostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected