Romestead Assembly Reference

Candide.TestAndDebug

Type JSON changed

public class in Candide

Methods21
Properties0
Fields9
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide
  • Base typeSystem.Object
  • HashA227849E016948A64A61E911F712A7A87F19D5D58FF4395CAC686ED7121CE69D

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
BiomeGeneratorpublicpublic CandideServer.World.Generation.BiomeGenerator BiomeGenerator
BlueNoisePointsprivateprivate System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2> BlueNoisePoints
BlueNoisePoints2privateprivate System.Collections.Generic.List<System.ValueTuple<Microsoft.Xna.Framework.Vector2, System.Single>> BlueNoisePoints2
DebugDrawTogglepublicpublic System.Boolean DebugDrawToggle
DebugDrawWorldTogglepublicpublic System.Boolean DebugDrawWorldToggle
DrawOnGroundTexturepublicpublic Microsoft.Xna.Framework.Graphics.Texture2D DrawOnGroundTexture
WorldGeneratorprivateprivate CandideServer.World.Generation.WorldGenerator WorldGenerator
WorldGeneratorTexturepublicpublic Microsoft.Xna.Framework.Graphics.Texture2D WorldGeneratorTexture
_textureScaleprivateprivate System.Int32 _textureScale

Methods

Draw

public System.Void Draw(Candide.CandideEngine game)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashEBA5136167C9533BC583FB57D4A732230EE4AC38802EFA6DCFD2AE6DEF0191DF
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

DrawTestGround

public System.Void DrawTestGround(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashADA649DFC855A1F8EA615BF6708582DDFB23BE20B2A4008E681D373D4177C627
  • Body hashBB039AA083038D4616E6EB11C10E116DF77045B30D0A6BF388EDC8734F92E262
  • IL size239
Referenced calls
  • Microsoft.Xna.Framework.Graphics.Texture2D::get_Width()
  • Microsoft.Xna.Framework.Graphics.Texture2D::get_Height()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • Microsoft.Xna.Framework.Rectangle::.ctor(System.Int32, System.Int32, System.Int32, System.Int32)
  • System.Nullable<Microsoft.Xna.Framework.Rectangle>::.ctor(!0)
  • Microsoft.Xna.Framework.Color::get_White()
  • Microsoft.Xna.Framework.Graphics.SpriteBatch::Draw(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, System.Nullable<Microsoft.Xna.Framework.Rectangle>, Microsoft.Xna.Framework.Color)
  • System.Collections.Generic.List<CandideServer.World.Generation.BiomePlacement>::GetEnumerator()
  • List.Enumerator<CandideServer.World.Generation.BiomePlacement>::get_Current()
  • Microsoft.Xna.Framework.Vector2::op_Multiply(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • CandideCreator.Shared.Graphics.ShapeExtensions::DrawCircle(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Single, System.Int32, Microsoft.Xna.Framework.Color, System.Single, System.Single)
  • List.Enumerator<CandideServer.World.Generation.BiomePlacement>::MoveNext()
  • System.IDisposable::Dispose()

DrawTestUI

public System.Void DrawTestUI(Microsoft.Xna.Framework.Graphics.SpriteBatch batch)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash2500B6065E693E216FB5D83A89717E4148C9F282C4F691274E3B94DE00E0312A
  • Body hash8E8FB2A921C5AB82FCA52AB673FE3D654A97323A08BACB5C2EF2AFAC9DBA9A11
  • IL size935
Referenced calls
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • Microsoft.Xna.Framework.Graphics.Texture2D::get_Width()
  • System.MathF::Round(System.Single)
  • Microsoft.Xna.Framework.Graphics.Texture2D::get_Height()
  • Microsoft.Xna.Framework.Rectangle::.ctor(System.Int32, System.Int32, System.Int32, System.Int32)
  • System.Nullable<Microsoft.Xna.Framework.Rectangle>::.ctor(!0)
  • Microsoft.Xna.Framework.Color::.ctor(System.Single, System.Single, System.Single, System.Single)
  • Microsoft.Xna.Framework.Graphics.SpriteBatch::Draw(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, System.Nullable<Microsoft.Xna.Framework.Rectangle>, Microsoft.Xna.Framework.Color)
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::get_Count()
  • Microsoft.Xna.Framework.Color::get_Black()
  • CandideCreator.Shared.Graphics.PrimitiveRenderer::DrawRect(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, Microsoft.Xna.Framework.Color, System.Single)
  • Microsoft.Xna.Framework.GameTime::get_TotalGameTime()
  • System.TimeSpan::get_TotalSeconds()
  • System.Math::Cos(System.Double)
  • Microsoft.Xna.Framework.Vector2::op_Multiply(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::GetEnumerator()
  • List.Enumerator<Microsoft.Xna.Framework.Vector2>::get_Current()
  • Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Color::get_White()
  • CandideCreator.Shared.Graphics.ShapeExtensions::DrawPoint(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, System.Single)
  • List.Enumerator<Microsoft.Xna.Framework.Vector2>::MoveNext()
  • System.IDisposable::Dispose()
  • System.Collections.Generic.List<System.ValueTuple<Microsoft.Xna.Framework.Vector2, System.Single>>::get_Count()
  • System.Collections.Generic.List<System.ValueTuple<Microsoft.Xna.Framework.Vector2, System.Single>>::GetEnumerator()
  • List.Enumerator<System.ValueTuple<Microsoft.Xna.Framework.Vector2, System.Single>>::get_Current()
  • Microsoft.Xna.Framework.Color::get_Red()
  • Microsoft.Xna.Framework.Color::get_Green()
  • List.Enumerator<System.ValueTuple<Microsoft.Xna.Framework.Vector2, System.Single>>::MoveNext()

ExportDropTables

private System.Void ExportDropTables()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash9E7EB4F83881A63C6F50A04FCD961C616053C6A04ACFA9314FB8F472134C98CA
  • Body hash8E7381C97C498E0EA4962B93DED61E06EE2F5E93C5A5D8D220E6785765627BFC
  • IL size245
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Data.ServerDataSetups.ServerDropTableData>::get_Values()
  • System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable<!!0>)
  • System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntitySystem>::get_Values()
  • Dictionary.ValueCollection<System.Guid, Shared.Entity.EntitySystem>::GetEnumerator()
  • Dictionary.ValueCollection.Enumerator<System.Guid, Shared.Entity.EntitySystem>::get_Current()
  • Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)
  • CandideServer.Data.ServerDataSetups.ServerDropTableData::.ctor()
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • System.Collections.Generic.List<CandideServer.Data.ServerDataSetups.ServerDropTableData>::Add(!0)
  • Dictionary.ValueCollection.Enumerator<System.Guid, Shared.Entity.EntitySystem>::MoveNext()
  • System.IDisposable::Dispose()
  • System.Text.Json.JsonSerializerOptions::.ctor()
  • System.Text.Json.JsonSerializerOptions::set_IncludeFields(System.Boolean)
  • System.Text.Json.JsonSerializerOptions::set_WriteIndented(System.Boolean)
  • System.Text.Json.JsonSerializer::Serialize(!!0, System.Text.Json.JsonSerializerOptions)
  • Candide.CandideUI.Text.TextCopy.Clipboard::SetText(System.String)
String literals
  • _

ExportDungeonsPoisList

added

private System.Void ExportDungeonsPoisList()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash284C34EADD02D0C9EF03A4F7D3DA64864A7DAE08CFA40086533332E453E7C574
  • Body hash8089838C847782EB21060D1C940B4335A7EED076B0A4F25F770B27DA919714C4
  • IL size558
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>::.ctor()
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.Dungeons.DungeonRoomDataModel>::get_Values()
  • Dictionary.ValueCollection<System.String, CandideServer.Models.Dungeons.DungeonRoomDataModel>::GetEnumerator()
  • Dictionary.ValueCollection.Enumerator<System.String, CandideServer.Models.Dungeons.DungeonRoomDataModel>::get_Current()
  • System.Collections.Generic.List<System.String>::.ctor()
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>::set_Item(!0, !1)
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.PoiData>::get_Values()
  • Dictionary.ValueCollection<System.String, CandideServer.Models.PoiData>::GetEnumerator()
  • Dictionary.ValueCollection.Enumerator<System.String, CandideServer.Models.PoiData>::get_Current()
  • System.String::Equals(System.String, System.StringComparison)
  • System.Collections.Generic.List<System.String>::Add(!0)
  • System.Collections.Generic.List<System.String>::GetEnumerator()
  • List.Enumerator<System.String>::get_Current()
  • List.Enumerator<System.String>::MoveNext()
  • System.IDisposable::Dispose()
  • Dictionary.ValueCollection.Enumerator<System.String, CandideServer.Models.PoiData>::MoveNext()
  • Dictionary.ValueCollection.Enumerator<System.String, CandideServer.Models.Dungeons.DungeonRoomDataModel>::MoveNext()
  • System.Text.StringBuilder::.ctor()
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.Collections.Generic.List<System.String>>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.Collections.Generic.List<System.String>>::Deconstruct(!0&, !1&)
  • StringBuilder.AppendInterpolatedStringHandler::.ctor(System.Int32, System.Int32, System.Text.StringBuilder)
  • StringBuilder.AppendInterpolatedStringHandler::AppendFormatted(System.String)
  • StringBuilder.AppendInterpolatedStringHandler::AppendLiteral(System.String)
  • System.Text.StringBuilder::Append(StringBuilder.AppendInterpolatedStringHandler&)
  • System.Collections.Generic.List<System.String>::get_Count()
  • System.Text.StringBuilder::AppendLine(System.String)
  • System.Collections.Generic.List<System.String>::get_Item(System.Int32)
  • System.Text.StringBuilder::Append(System.String)
  • System.Linq.Enumerable::Skip(System.Collections.Generic.IEnumerable<!!0>, System.Int32)
  • System.Collections.Generic.IEnumerable<System.String>::GetEnumerator()
  • System.Collections.Generic.IEnumerator<System.String>::get_Current()
String literals
  • :
  • None
  • ,

ExportItems

private System.Void ExportItems()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash8C57A4283214B07C8C53C31DE29182E10B005CC9B7887DB3C37F212462BEB1CC
  • Body hash3D7287525E522710E24666358A4C1179D3089A284BC88CABBC05D291B691B53A
  • IL size45
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Items.ItemData>::get_Values()
  • System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable<!!0>)
  • System.Text.Json.JsonSerializerOptions::.ctor()
  • System.Text.Json.JsonSerializerOptions::set_IncludeFields(System.Boolean)
  • System.Text.Json.JsonSerializerOptions::set_WriteIndented(System.Boolean)
  • System.Text.Json.JsonSerializer::Serialize(!!0, System.Text.Json.JsonSerializerOptions)
  • Candide.CandideUI.Text.TextCopy.Clipboard::SetText(System.String)

GhostTownGenTesting

changed

private System.Void GhostTownGenTesting()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashD7EE78E7D82E8941706858AF8134D0B96D7C241B48FE2BA7BA11B8F285D9E67B
  • Body hashCB20BAB36BD9A1C6DDB4637C5036B7C8C31961CC82896FE9F5B49B4150E7E604
  • IL size752
Referenced calls

PathfindingTest

private System.Void PathfindingTest()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashAB053A96D435A527B1894E437B701270139A6DECB5D467110E4B19046EBA2C20
  • Body hashF75104BD106984663EDA5C57DDC105326C40CCF3AB6A16097C6F26BFADC52957
  • IL size321
Referenced calls
String literals
  • Alpha Wolf

ResourceGenTesting

private System.Void ResourceGenTesting()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash3DC5D7409F05E3A70465DF1D358F01BE2183537BEDCEB640BB5694D419589608
  • Body hashE5B8427C6A338B8FEEC985A812F2688B065682B3F2D8C7B6C2D0D7B9A96EC4A1
  • IL size360
Referenced calls

TestBiomeGenerator

public System.Void TestBiomeGenerator()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB8BCAD29983CA0437B5779828ABAC29E70BAD7AEB815E9F199D4CD80AC2A7D4F
  • Body hashD6802B3A68943AA07822BA0CAA11181DB6E9202B512922DBA41ECFD0AB413343
  • IL size163
Referenced calls

TestCrashingMessage

public System.Void TestCrashingMessage()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash23319AA11C10FB35000ED8165411EC31AEB8022665E78522FC0FA95AF2110E49
  • Body hash8595A635B451AAD8D2C22066F36A317D5CB6D7F24DCB2CCBAB63F336F3771AAB
  • IL size140
Referenced calls
String literals
  • FHNwZWxscy1vbi1zcGVsbC1jYXN0H4sIAAAAAAAAClRQvU4bQRD22ebsi7ENBuyOHJbSrg5BgSwgsi5gHbKFpUOIIkXW3sGsOO+edtfAFUhWqpRBUaJUafIC
  • whatever

TestDroptableRolling

private System.Void TestDroptableRolling()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashC31BE1BC0CCA97FDBA250841A81866CC1EC4308113857B8D2022B628B0BBB182
  • Body hashE400B3E9A424E48DBC49B9D46AD4BFE16227B0F8535F4C2E9D809EFF06066F6C
  • IL size130
Referenced calls
String literals
  • general:rare_items:1

TestExpertiseRandomness

private System.Void TestExpertiseRandomness()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash6B2CA480416B7349C8524DBE2C411BB1B841433F9E2D2A7DF99CBA945FA80A2D
  • Body hash9D67E4DB9ACC0D78BC7FFE31A4F37D8D5F64DE68BEF15FC68B70F28625EE87A3
  • IL size239
Referenced calls
  • System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array, System.RuntimeFieldHandle)
  • System.Random::Next(System.Int32)
String literals
  • Very Bad
  • Bad
  • Normal
  • Good
  • Very Good
  • Legendary

TestMakeRoad

public System.Void TestMakeRoad()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB4BA2BAE20C91E5C2A757F344BCEF88B1497115F3FA5A49B2935AD6CA02E249B
  • Body hashA3DC6E7312DEC2AEBE4993B4C268379F736B720C7D659A3C66F554B6C5A572DC
  • IL size776
Referenced calls

TestSpac

private System.Void TestSpac()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashEFC2BE6DFFC5AF24752088C3AEC034523C7174DBC99C98458EBAB981EFD0BFA8
  • Body hashB833F5155AC51BE015EC3537BC6E62AFC9D9284608EF6E970F45A93A2A414AA7
  • IL size320
Referenced calls
String literals
  • boar_body_animations
  • boar_head_animations
  • walk
  • run
  • attack
  • charge

TestSpac

private System.Void TestSpac(CandideCreator.Shared.Models.SpritesAnimationCollections.Spac spac)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashCF8B8E5A84DFD68263D80AD3563EA2E95970F5865603419FD07DBFA22350D913
  • Body hashEBABB53161474B5899ED3DDC789BBA91C7DA272C66E8350846BF5529CB81781B
  • IL size116
Referenced calls
Called by

Update

public System.Void Update(Candide.CandideEngine game)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash25E42506C1BAB1E109AF97CE34FB93E92F57F3286AC32CB61AF5EABE5E77EEEF
  • Body hash689A44F0AFB1FF8FC349FF5F2B501940A2593C2743238CD9679BCD1960BAACCA
  • IL size152
Referenced calls

UpdateWhileFrameStepperIsActiveToo

public System.Void UpdateWhileFrameStepperIsActiveToo(Candide.CandideEngine game)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash629E07ACA6E0ECE33AF473798C60E582EEEA8355F1B5A2B45B7F1315BE523753
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

VfxTest

private System.Void VfxTest()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashCCFAC98D92DEBCF879699AD98E59852860160664EC9E64C32CB0DE52475E79CB
  • Body hash5F31B73054BA9967E2BCA6A13C2121069782E94A75268BFD6F959478380F9539
  • IL size971
Referenced calls
String literals
  • vfx_dagger
  • stab1

WorldGenTesting

changed

private System.Void WorldGenTesting()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash7818B76980B19D986D3A1EBCAE111967ED7D616B67FBE20902DF4E1589F328D8
  • Body hash2755B24F8F4DECA8964F8B1F6FE99593B40310E562768FDDE58A4860B9E58999
  • IL size1743
Referenced calls