pub fn find_object<'a>(
table: &[ODEntry<'a>],
index: u16,
) -> Option<&'a dyn ObjectAccess>Expand description
Lookup an object from the Object dictionary table
Note: table must be sorted by index
pub fn find_object<'a>(
table: &[ODEntry<'a>],
index: u16,
) -> Option<&'a dyn ObjectAccess>Lookup an object from the Object dictionary table
Note: table must be sorted by index