pub fn set_map_visibility_all(target_pid: u16, state: u16)Expand description
Determine whether a player’s map marker can be seen by all other players.
Note: This currently has no effect, and is just an unimplemented stub.
target_pid The player ID whose map marker should be hidden or revealed.
state The state of the map marker (false to hide, true to reveal).
Returns void