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:
Scott Ehlert
2006-04-17 16:59:37 +00:00
parent 82a739a95e
commit b57c752b1c
3 changed files with 243 additions and 232 deletions

View File

@ -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)