find_object_entry

Function find_object_entry 

Source
pub fn find_object_entry<'a, 'b>(
    table: &'b [ODEntry<'a>],
    index: u16,
) -> Option<&'b ODEntry<'a>>
Expand description

Lookup an entry from the object dictionary table

The same as find_object, except that it returned the &ODEntry instead of the &ObjectData it owns

Note: table must be sorted by index