Function does_object_have_player_activating

Source
pub fn does_object_have_player_activating(index: u16) -> bool
Expand description

Check whether the object at a certain index in the read object list has been
activated by a player.

index The index of the object.

Returns whether the object has been activated by a player.