pub unsafe extern "C" fn PxActor_setActorFlag_mut(
    self_: *mut PxActor,
    flag: PxActorFlag,
    value: bool
)
Expand description

Raises or clears a particular actor flag.

See the list of flags PxActorFlag

Sleeping: Does NOT wake the actor up automatically.