Changes

→‎Get connected player info: update for SMAPI 3.9, clarify Mods value when other player doesn't have SMAPI
Line 39: Line 39:  
| <tt>IsSplitScreen</tt>
 
| <tt>IsSplitScreen</tt>
 
| <tt>bool</tt>
 
| <tt>bool</tt>
| {{SMAPI upcoming|3.9|True if the player is running on the same computer in split-screen mode.}}
+
| True if the player is running on the same computer in split-screen mode.
 
|-
 
|-
 
| <tt>HasSmapi</tt>
 
| <tt>HasSmapi</tt>
Line 59: Line 59:  
| <tt>Mods</tt>
 
| <tt>Mods</tt>
 
| <tt>IEnumerable&lt;IMultiplayerPeerMod&gt;</tt>
 
| <tt>IEnumerable&lt;IMultiplayerPeerMod&gt;</tt>
| (Requires SMAPI.) The mods they have installed. Each mod includes the name, unique ID, and version.
+
| (Requires SMAPI.) The mods they have installed. Each mod includes the name, unique ID, and version. This is null if the other player doesn't have SMAPI, or an empty list if they have SMAPI but no mods.
 
|-
 
|-
 
| <tt>ScreenID</tt>
 
| <tt>ScreenID</tt>
 
| <tt>int?</tt>
 
| <tt>int?</tt>
| {{SMAPI upcoming|3.9|The player's screen ID in split-screen mode, if <tt>IsSplitScreen</tt> is true.}}
+
| The player's screen ID in split-screen mode, if <tt>IsSplitScreen</tt> is true.
 
|-
 
|-
 
| <tt>GetMod(id)</tt>
 
| <tt>GetMod(id)</tt>
translators
8,404

edits