CandideServer.ServerControllers.WorldTilesServerController
Type JSONpublic class in CandideServer.ServerControllers
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.ServerControllers - Base type
System.Object - Hash
179B792E56FCC6007E693DE5B4231417E0B963BA5ECEEC1DF7968AC0C69CBF5C
Relationships
Base type
System.Object
Methods
FillRectangle
#
public System.Void FillRectangle(Microsoft.Xna.Framework.Rectangle tileBounds, Shared.Models.WorldTile worldTile)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
7E100B8B58229C68B2DCBAD4E1A4A02FAC87247CA6A59068CCF1C5A85CE2A9EE - Body hash
91BA8CAEE9399CA5E9C90F1070890F00014B56C80D706C3C950D0FC84D09D516 - IL size30
FillRectangle
#
public System.Void FillRectangle(Microsoft.Xna.Framework.Rectangle tileBounds, System.Nullable<WorldTile.GroundType> ground, System.Nullable<WorldTile.StructureType> structure)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
AC6A1A7B441DAF4BA0B76DD5BA4115F7F4253CDF880C0A43664DA27AE1EB3157 - Body hash
E04F39ADBC3B3710F15901D717CF5EA84F2535B493F4C398076EF841B1487441 - IL size31
Called by
CandideServer.ServerControllers.CropServerController::RemoveCropCandideServer.ServerManagers.CropServerManager::SpawnCropCandideServer.ServerManagers.WorldTileServerManager::FillRectangleCandideServer.World.Generation.GhostTownGenerator::SetWorldTilesFromTownTilesCandideServer.World.Generation.WorldGenerator::SetupDebugTestArea
FillRectangleShared
#
public System.Boolean FillRectangleShared(Microsoft.Xna.Framework.Rectangle tileBounds, Shared.Models.WorldTile worldTile, Shared.Models.WorldTile[,] worldTiles, System.String[,] biomes, System.SByte[,] worldHeights)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticTrue
- VirtualFalse
- Hash
D543D0B540692E039F63B57FAA898448BF6FEBEDD5BA33FC44215DCD4DB2464D - Body hash
AC598482CCDC3DB0DFD12B8965084476BFE1D1193AC40DDFC2EDFED39F6954B5 - IL size536
Referenced calls
Microsoft.Xna.Framework.Rectangle::get_Top()Microsoft.Xna.Framework.Rectangle::get_Left()Shared.Models.WorldTile[,]::Address(System.Int32, System.Int32)System.Nullable<WorldTile.GroundType>::get_HasValue()System.Nullable<WorldTile.GroundType>::GetValueOrDefault()System.String[,]::Get(System.Int32, System.Int32)CandideServer.Database.BiomeDataBase::GetBiomeDataOrDefault(System.String)System.SByte[,]::Get(System.Int32, System.Int32)System.SByte[,]::Set(System.Int32, System.Int32, System.SByte)Microsoft.Xna.Framework.Rectangle::get_Right()Microsoft.Xna.Framework.Rectangle::get_Bottom()Shared.Models.WorldTile[,]::Set(System.Int32, System.Int32, Shared.Models.WorldTile)
FillRectangleShared
#
public System.Boolean FillRectangleShared(Microsoft.Xna.Framework.Rectangle tileBounds, System.Nullable<WorldTile.GroundType> ground, System.Nullable<WorldTile.StructureType> structure, Shared.Models.WorldTile[,] worldTiles, System.String[,] biomes, System.SByte[,] worldHeights)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticTrue
- VirtualFalse
- Hash
8171A2E9C97B3FC340E6D3F87006C719DF207854B6E19D5BCDBDF8AB0AC19213 - Body hash
5868130116AF1F19B0FC31D3502B45C15C4149E0E3461FB2154028BB31A38548 - IL size604
Referenced calls
System.Nullable<WorldTile.GroundType>::get_HasValue()System.Nullable<WorldTile.GroundType>::GetValueOrDefault()System.Nullable<WorldTile.StructureType>::get_HasValue()System.Nullable<WorldTile.StructureType>::GetValueOrDefault()CandideServer.ServerControllers.WorldTilesServerController::FillRectangleShared(Microsoft.Xna.Framework.Rectangle, Shared.Models.WorldTile, Shared.Models.WorldTile[,], System.String[,], System.SByte[,])Microsoft.Xna.Framework.Rectangle::get_Top()Microsoft.Xna.Framework.Rectangle::get_Left()Shared.Models.WorldTile[,]::Address(System.Int32, System.Int32)System.String[,]::Get(System.Int32, System.Int32)CandideServer.Database.BiomeDataBase::GetBiomeDataOrDefault(System.String)Microsoft.Xna.Framework.Rectangle::get_Right()Microsoft.Xna.Framework.Rectangle::get_Bottom()System.SByte[,]::Get(System.Int32, System.Int32)System.SByte[,]::Set(System.Int32, System.Int32, System.SByte)
SetTile
#
public System.Void SetTile(Microsoft.Xna.Framework.Point tilePosition, System.Nullable<WorldTile.GroundType> groundType, System.Nullable<WorldTile.StructureType> structureType)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
D0529E2E64139A2627EB7B995B3A6BDAB988354FD5776A6D28695E676F693BE9 - Body hash
CD7316CCE75AE50A4E4172306AF859C05F4B6B0E131336A1A6E796863C0F1E77 - IL size127
Referenced calls
System.Nullable<WorldTile.GroundType>::get_HasValue()Shared.Models.WorldTile[,]::Address(System.Int32, System.Int32)System.Nullable<WorldTile.GroundType>::get_Value()System.Nullable<WorldTile.StructureType>::get_HasValue()System.Nullable<WorldTile.StructureType>::get_Value()System.SByte[,]::Set(System.Int32, System.Int32, System.SByte)