Changes

→‎World: + e.IsCurrentLocation in SMAPI 2.10
Line 466: Line 466:  
  |arg type 3 = <tt>IEnumerable&lt;Building&gt;</tt>
 
  |arg type 3 = <tt>IEnumerable&lt;Building&gt;</tt>
 
  |arg desc 3 = A list of buildings removed since the last update tick.
 
  |arg desc 3 = A list of buildings removed since the last update tick.
 +
 +
|arg name 4 = <tt>e.IsCurrentLocation</tt>
 +
|arg type 4 = <tt>bool</tt>
 +
|arg desc 4 = {{SMAPI upcoming|2.10}} Whether <tt>e.Location</tt> is the location containing the local player.
 
}}
 
}}
 
{{/event
 
{{/event
Line 483: Line 487:  
  |arg type 3 = <tt>IEnumerable&lt;Debris&gt;</tt>
 
  |arg type 3 = <tt>IEnumerable&lt;Debris&gt;</tt>
 
  |arg desc 3 = A list of debris removed since the last update tick.
 
  |arg desc 3 = A list of debris removed since the last update tick.
 +
 +
|arg name 4 = <tt>e.IsCurrentLocation</tt>
 +
|arg type 4 = <tt>bool</tt>
 +
|arg desc 4 = {{SMAPI upcoming|2.10}} Whether <tt>e.Location</tt> is the location containing the local player.
 +
 
}}
 
}}
 
{{/event
 
{{/event
Line 500: Line 509:  
  |arg type 3 = <tt>IEnumerable&lt;LargeTerrainFeature&gt;</tt>
 
  |arg type 3 = <tt>IEnumerable&lt;LargeTerrainFeature&gt;</tt>
 
  |arg desc 3 = A list of large terrain features removed since the last update tick.
 
  |arg desc 3 = A list of large terrain features removed since the last update tick.
 +
 +
|arg name 4 = <tt>e.IsCurrentLocation</tt>
 +
|arg type 4 = <tt>bool</tt>
 +
|arg desc 4 = {{SMAPI upcoming|2.10}} Whether <tt>e.Location</tt> is the location containing the local player.
 
}}
 
}}
 
{{/event
 
{{/event
Line 517: Line 530:  
  |arg type 3 = <tt>IEnumerable&lt;NPC&gt;</tt>
 
  |arg type 3 = <tt>IEnumerable&lt;NPC&gt;</tt>
 
  |arg desc 3 = A list of NPCs removed since the last update tick.
 
  |arg desc 3 = A list of NPCs removed since the last update tick.
 +
 +
|arg name 4 = <tt>e.IsCurrentLocation</tt>
 +
|arg type 4 = <tt>bool</tt>
 +
|arg desc 4 = {{SMAPI upcoming|2.10}} Whether <tt>e.Location</tt> is the location containing the local player.
 
}}
 
}}
 
{{/event
 
{{/event
Line 534: Line 551:  
  |arg type 3 = <tt>IEnumerable&lt;KeyValuePair&lt;Vector2, Object&gt;&gt;</tt>
 
  |arg type 3 = <tt>IEnumerable&lt;KeyValuePair&lt;Vector2, Object&gt;&gt;</tt>
 
  |arg desc 3 = A list of [[Modding:Modder Guide/Game Fundamentals#Tiles|tile coordinate]] + object pairs removed since the last update tick.
 
  |arg desc 3 = A list of [[Modding:Modder Guide/Game Fundamentals#Tiles|tile coordinate]] + object pairs removed since the last update tick.
 +
 +
|arg name 4 = <tt>e.IsCurrentLocation</tt>
 +
|arg type 4 = <tt>bool</tt>
 +
|arg desc 4 = {{SMAPI upcoming|2.10}} Whether <tt>e.Location</tt> is the location containing the local player.
 
}}
 
}}
 
{{/event
 
{{/event
Line 551: Line 572:  
  |arg type 3 = <tt>IEnumerable&lt;KeyValuePair&lt;Vector2, TerrainFeature&gt;&gt;</tt>
 
  |arg type 3 = <tt>IEnumerable&lt;KeyValuePair&lt;Vector2, TerrainFeature&gt;&gt;</tt>
 
  |arg desc 3 = A list of [[Modding:Modder Guide/Game Fundamentals#Tiles|tile coordinate]] + terrain feature pairs removed since the last update tick.
 
  |arg desc 3 = A list of [[Modding:Modder Guide/Game Fundamentals#Tiles|tile coordinate]] + terrain feature pairs removed since the last update tick.
 +
 +
|arg name 4 = <tt>e.IsCurrentLocation</tt>
 +
|arg type 4 = <tt>bool</tt>
 +
|arg desc 4 = {{SMAPI upcoming|2.10}} Whether <tt>e.Location</tt> is the location containing the local player.
 
}}
 
}}
 
|}
 
|}
translators
8,403

edits