ScheduleSystem.TileUtil
Type JSONpublic class in ScheduleSystem
Type metadata
- Assembly
CandideServer - Namespace
ScheduleSystem - Base type
System.Object - Hash
68665065879AECDAD61C7ECAEEAD8A3E252C8249DBEF196B2E872F4BDE4927A3
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 type
System.Void - StaticTrue
- VirtualFalse
- Hash
80A54EBD05181A6C516EC3045BFC78B871E3AFB05F6683F045088DB1EFA7D380 - Body hash
6B1A33F64AFE2E9FA8A214A34F6240FB03D338530B5DE475C57DCC7F6CC675A2 - IL size200
Referenced calls
Shared.Helpers.WorldTileHelper::GetTilePosition(System.Single, System.Single)System.Math::Clamp(System.Int32, System.Int32, System.Int32)ScheduleSystem.TileUtil::IsTileWeAreLookingFor(System.Int32, System.Int32, WorldTile.GroundType, System.Collections.Generic.IReadOnlyDictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>>)Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::Add(!0)
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 type
System.Boolean - StaticTrue
- VirtualFalse
- Hash
2349308F40F11E08BDCCB4B88122E57DFB94158596BB59ED0FD1533024EE008C - Body hash
C2591F62B84D31E43F1D55AFCCFBAA84D10A811E5EA7CA8D71BF00F3A3FC9922 - 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)