Skip to main content

query_timers_component

Function query_timers_component 

Source
pub unsafe fn query_timers_component(
    components: *mut ServerComponentList,
) -> *mut ITimersComponent
Expand description

Queries ITimersComponent in the server’s component list.

§Safety

core must point to a valid ICore. Internally uses query_component, which casts the ServerComponent from the list — follows its contract.