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

Function CBaseEntity_GetDataDescMap

core/smn_entities.cpp:242–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242inline datamap_t *CBaseEntity_GetDataDescMap(CBaseEntity *pEntity)
243{
244 int offset;
245
246 if (!g_pGameConf->GetOffset("GetDataDescMap", &offset) || !offset)
247 {
248 return NULL;
249 }
250
251 return VGetDataDescMap(pEntity, offset);
252}
253
254/* :TODO: Move this! */
255datamap_t *CHalfLife2::GetDataMap(CBaseEntity *pEntity)

Callers 6

GetDataMapMethod · 0.85
FindDataMapOffsFunction · 0.85
FindDataMapInfoFunction · 0.85
SetEntPropStringFunction · 0.85
GetEntityFlagsFunction · 0.85
SetEntityFlagsFunction · 0.85

Calls 2

VGetDataDescMapFunction · 0.85
GetOffsetMethod · 0.45

Tested by

no test coverage detected