pub unsafe extern "C" fn PxScene_createClient_mut(
    self_: *mut PxScene
) -> u8
Expand description

Reserves a new client ID.

PX_DEFAULT_CLIENT is always available as the default clientID. Additional clients are returned by this function. Clients cannot be released once created. An error is reported when more than a supported number of clients (currently 128) are created.