Skip to main content

world_is_valid

Function world_is_valid 

Source
pub fn world_is_valid(world: &World) -> bool
Expand description

World id validity. (b2World_IsValid)

C validates the id against the global world registry; the registry-less Rust port owns the World, so a reachable world is valid unless it has been torn down.