MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetUltimateParentForObject

Function GetUltimateParentForObject

Descent3/DllWrappers.cpp:108–108  ·  view source on GitHub ↗

wrapper for ObjGetUltimateParent

Source from the content-addressed store, hash-verified

106
107// wrapper for ObjGetUltimateParent
108void GetUltimateParentForObject(object **parent, object *child) { *parent = ObjGetUltimateParent(child); }
109
110void SetObjectDeadFlagDLL(object *obj, bool tell_clients_to_remove, bool tell_clients_to_play_sound) {
111 SetObjectDeadFlag(obj, tell_clients_to_remove, tell_clients_to_play_sound);

Callers

nothing calls this directly

Calls 1

ObjGetUltimateParentFunction · 0.85

Tested by

no test coverage detected