TryGetReferencedObject(uint)
public object TryGetReferencedObject(uint reference) Tries to get the referenced object with the specified id.
Parameters
referenceuint- The reference.
Returns
The referenced object with the specified id if found,
null otherwise.