Added get_orig_retval for retrieving the original return value of an engine function
Reformatted comments in fakemeta include files so they look a bit neater
This commit is contained in:
@ -241,8 +241,8 @@ stock DF_RegisterEncoders()
|
||||
|
||||
stock DF_GetHullBounds(hullnumber, Float:mins[3], Float:maxs[3])
|
||||
return dllfunc(DLLFunc_GetHullBounds, hullnumber, mins, maxs)
|
||||
stock DF_CreateInstancedBaseline()
|
||||
return dllfunc(DLLFunc_CreateInstancedBaseline)
|
||||
stock DF_CreateInstancedBaselines()
|
||||
return dllfunc(DLLFunc_CreateInstancedBaselines)
|
||||
stock DF_pfnAllowLagCompensation()
|
||||
return dllfunc(DLLFunc_pfnAllowLagCompensation)
|
||||
stock DF_MetaFunc_CallGameEntity(const STRING[], const ENTITY)
|
||||
|
Reference in New Issue
Block a user