Romestead Assembly Reference

ScheduleSystem.TileUtil

Type JSON

public class in ScheduleSystem

Methods2
Properties0
Fields0
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceScheduleSystem
  • Base typeSystem.Object
  • Hash68665065879AECDAD61C7ECAEEAD8A3E252C8249DBEF196B2E872F4BDE4927A3

Relationships

Base type

System.Object

Methods

GetAllTilePositionsOfType

public System.Void GetAllTilePositionsOfType(Microsoft.Xna.Framework.Vector2 center, WorldTile.GroundType groundType, System.Collections.Generic.Dictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>> structureTypeToStringIdsMap, System.Int32 radius, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2> resultList)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash80A54EBD05181A6C516EC3045BFC78B871E3AFB05F6683F045088DB1EFA7D380
  • Body hash6B1A33F64AFE2E9FA8A214A34F6240FB03D338530B5DE475C57DCC7F6CC675A2
  • IL size200
Referenced calls
Called by

IsTileWeAreLookingFor

private System.Boolean IsTileWeAreLookingFor(System.Int32 posX, System.Int32 posY, WorldTile.GroundType groundType, System.Collections.Generic.IReadOnlyDictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>> structureTypeToStringIdsMap)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash2349308F40F11E08BDCCB4B88122E57DFB94158596BB59ED0FD1533024EE008C
  • Body hashC2591F62B84D31E43F1D55AFCCFBAA84D10A811E5EA7CA8D71BF00F3A3FC9922
  • IL size114
Referenced calls
  • Shared.Models.WorldTile[,]::Get(System.Int32, System.Int32)
  • System.Collections.Generic.IReadOnlyDictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>>::TryGetValue(!0, !1&)
  • Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)
  • System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::get_Item(!0)
  • System.Collections.Generic.List<System.String>::Contains(!0)
Called by