controllingPlayer :: (WorldObject) -> Maybe Player

If the given WorldObject is controlled by a player, then return the player. Otherwise return null.

See Also

WorldObject, Player