Skip to main content

query_component

Function query_component 

Source
pub unsafe fn query_component(
    list: *mut ServerComponentList,
    uid: u64,
) -> *mut ServerComponent
Expand 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.