pub unsafe fn query_component(
list: *mut ServerComponentList,
uid: u64,
) -> *mut ServerComponentExpand description
Queries a component by UID in the list provided by the server.
ยงSafety
list must be a valid pointer to an Open Multiplayer server IComponentList.