pub fn use_actor_collision_for_placed_objects(use_actor_collision: bool)
Expand description
Whether placed objects with collision turned on should use actor collision, i.e.
whether they should be slippery and prevent players from standing on them.
use_actor_collision
Whether to use actor collision.
Returns void