Romestead Assembly Reference

Shared.Entity.EntitySystem

Type JSON

public class in Shared.Entity

Methods39
Properties0
Fields29
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Entity
  • Base typeSystem.Object
  • HashEBC236A71DD2AAC31DB689BB3E4D93C761C483C8E69AF5CBF4C5E31DAD88ACAB

Relationships

Fields

NameVisibilitySignature
AggressiveComponentpublicpublic Shared.Entity.Components.AggressiveComponent[] AggressiveComponent
Bridgepublicpublic Shared.Interfaces.Entity.IEntitySystemBridge Bridge
Carrierpublicpublic Shared.Entity.Components.Carrier[] Carrier
CollisionComponentpublicpublic Shared.Entity.Components.CollisionComponent[] CollisionComponent
CollisionGrouppublicpublic Shared.Collision.CollisionSpecialGroup CollisionGroup
ControllerComponentpublicpublic Shared.Entity.Components.ControllerComponent[] ControllerComponent
DropTableComponentpublicpublic Shared.Entity.Components.DropTableComponent[] DropTableComponent
EntityIdMappublicpublic System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper> EntityIdMap
EntityReuseListpublicpublic System.Collections.Generic.List<Shared.Entity.EntityWrapper> EntityReuseList
FactionComponentpublicpublic Shared.Entity.Components.FactionComponent[] FactionComponent
Furniturepublicpublic Shared.Entity.Components.Furniture[] Furniture
Generalpublicpublic Shared.Entity.Components.GeneralComponent[] General
Groupedpublicpublic Shared.Entity.Components.Grouped[] Grouped
HealthComponentpublicpublic Shared.Entity.Components.HealthComponent[] HealthComponent
HighestActivepublicpublic System.Int32 HighestActive
HighestActiveMaxPossiblepublicpublic System.Int32 HighestActiveMaxPossible
Initializedpublicpublic System.Boolean Initialized
InteractComponentpublicpublic Shared.Entity.Components.InteractComponent[] InteractComponent
Knockbackpublicpublic Shared.Entity.Components.KnockbackComponent[] Knockback
LightSourceComponentpublicpublic Shared.Entity.Components.LightSourceComponent[] LightSourceComponent
Maskpublicpublic Shared.Entity.Components.Component[] Mask
MaxEntitiespublicpublic System.Int32 MaxEntities
MeshTransformpublicpublic Shared.Entity.Components.MeshTransformComponent[] MeshTransform
Movablepublicpublic Shared.Entity.Components.Movable[] Movable
StatsComponentpublicpublic Shared.Entity.Components.StatsComponent[] StatsComponent
Stunpublicpublic Shared.Entity.Components.StunComponent[] Stun
TextureTransformpublicpublic Shared.Entity.Components.TextureTransformComponent[] TextureTransform
WorldHandlerpublicpublic Shared.Interfaces.World.IWorldHandler WorldHandler
WorldIdpublicpublic System.Guid WorldId

Methods

BeforeRender

public System.Void BeforeRender()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashBD92FBCEC9E95056B9AB2DEDF86CD29DD71011AFCF639785622D11D218CEAA64
  • Body hash6B9365C876ED82FCC2D17FD26280990D5D53ABB56932B03B3752A63380CFE6A6
  • IL size142
Referenced calls
Called by

CastThrownMovableSpell

private System.Void CastThrownMovableSpell(System.Int32 id, System.Boolean kill)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash6F6E9BB98A21123FF77B057DA075E960D413F3155BA444C39BF9FAA22184975E
  • Body hash4AE065920313A151B5959C2CE31743716D746F3550500298880D7BA4C4266704
  • IL size44
Referenced calls
Called by

CheckIfStandingOnEntity

public System.Boolean CheckIfStandingOnEntity(Microsoft.Xna.Framework.Vector2 point, System.Int32 checkingEntity, System.Int32 standingOnId, out System.Single& highest)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • Hash74084653AFE718846328F8958B6B772C554DC84E0C231E66F0CAA8D10DF9A92F
  • Body hashC666EC9DD6CCE45247784505F671330B69FDE4158CAAE3252EA97567D7AB91A7
  • IL size373
Referenced calls
Called by

CheckThrownEntityCollision

public System.Void CheckThrownEntityCollision(System.Int32 id, Shared.Entity.EntityWrapper otherEntity, Microsoft.Xna.Framework.Vector3 previousVelocity, Microsoft.Xna.Framework.Vector3 newVelocity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash66D56397E848774CCCFA312781852BF4BD51FBAE472C13AE4245D10CCBE4D9C8
  • Body hashFDA6643B2AC48B7BF630437B9C09A4834C21FB4D65B8E388AE141E83DD433C51
  • IL size159
Referenced calls
Called by

Clear

public System.Void Clear()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash3C76FF3F61BBCB3194487FE943152069FA8683771C01DA6246860DDFBAA3D464
  • Body hash546D4D1B4F0F77716D5AA2C973CF7F134CE1A48E498743F8BEAAABB85D62F728
  • IL size292
Referenced calls
Called by

CollisionChecks

private System.Void CollisionChecks()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash8CDAF63A2EAEAA94A975B1C0BAF77C049557E78501E164EB34EFFEDAB213C1CB
  • Body hashB6CFCAC843043540CF849E2C115D0EF79EFBB05A08C3951AF97D0142CB16BE68
  • IL size827
Referenced calls
Called by

EntityCollision

public System.Void EntityCollision(Shared.Entity.EntityWrapper entity1, Shared.Entity.EntityWrapper entity2, Microsoft.Xna.Framework.Vector3 previousVelocity1, Microsoft.Xna.Framework.Vector3& newVelocity1, Microsoft.Xna.Framework.Vector3 previousVelocity2, Microsoft.Xna.Framework.Vector3 newVelocity2)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashF9B42AD35976C067983BC894376C950CBC183F36D615EC8CBCD4D33BE6A85AC2
  • Body hash53A2550EA20A5068FEF1A5D95B805E32A5520BA2830D6D2DA3948C791E25D61B
  • IL size174
Referenced calls
Called by

GetEntitiesByName

public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesByName(System.String name)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<Shared.Entity.EntityWrapper>
  • StaticFalse
  • VirtualFalse
  • HashDBA8A44DB93A0F994FDEE2D0D5D4337525950C39EF3AB1602233D1C376A90A9B
  • Body hash80C775ECE0D43F737E3593D5DB1BC4D57E16F75E10E4EBF99A21BA06735D2502
  • IL size84
Referenced calls
  • System.Collections.Generic.List<Shared.Entity.EntityWrapper>::.ctor()
  • System.String::op_Equality(System.String, System.String)
  • System.Collections.Generic.List<Shared.Entity.EntityWrapper>::Add(!0)
Called by

GetEntitiesInCircleArea

public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesInCircleArea(Microsoft.Xna.Framework.Vector2 position, System.Single radius)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<Shared.Entity.EntityWrapper>
  • StaticFalse
  • VirtualFalse
  • HashE140FD426B69BF601BAEC91AAAF5E87BD717AF29892C94CF8575FFE9F09A1499
  • Body hashDB87D9AB448C92DA093CDB102295C347E0F99785C5EC88286AD30C705BA254ED
  • IL size14
Referenced calls
Called by

GetEntitiesInRectangleArea

public System.Void GetEntitiesInRectangleArea(CandideCreator.Shared.Models.RectangleF rect, System.Collections.Generic.List<Shared.Entity.EntityWrapper> outList)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash4BB6F0B4BCEA323433D7935313DDD823C3EC1D9D210217F1C41748F5E2DA7710
  • Body hash1665B0EAF42450EE6A75D371E5573F14785413FB46DBA8EAE39784BB5C3441F3
  • IL size14
Referenced calls
Called by

GetEntitiesTouchingCircleArea

public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesTouchingCircleArea(Microsoft.Xna.Framework.Vector2 position, System.Single radius, System.Single bottomHeight, System.Single topHeight)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<Shared.Entity.EntityWrapper>
  • StaticFalse
  • VirtualFalse
  • Hash90A3514E1188E75ED81DCCA6AAB6B620421A611C0F4286A0F950F98378C5D7F6
  • Body hash38188FC69C8D1B7006D28705FED82303113BB173FBA44043B326CA0C5DFFC0DC
  • IL size17
Referenced calls
Called by

GetEntitiesTouchingCollision

public System.Void GetEntitiesTouchingCollision(CandideCreator.Shared.Collision.CollisionShape shape, Microsoft.Xna.Framework.Vector2 position, System.Collections.Generic.List<Shared.Entity.EntityWrapper> outList)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash31E4463377E8569C96A711BEB01F04B376B6ABE82ACF34A3035191EBEB1225EC
  • Body hash4BCC957098E48EAAD68D5449B7AD454CD028ABDA5ADEE6DB95C675C606203BD2
  • IL size15
Referenced calls
Called by

GetEntitiesTouchingPoint

public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesTouchingPoint(Microsoft.Xna.Framework.Vector2 position)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<Shared.Entity.EntityWrapper>
  • StaticFalse
  • VirtualFalse
  • HashC3D622E4456B2D91ECB699F80225623A691B23736EE35191AD2A4651C3D97F68
  • Body hash65BC2D311E3A0F8560C2C8095468FF13647E3C31AA0D2664951A67F9AD6F3384
  • IL size13
Referenced calls
Called by

GetEntitiesTouchingRectangleArea

public System.Void GetEntitiesTouchingRectangleArea(CandideCreator.Shared.Models.RectangleF rect, System.Single bottomHeight, System.Single topHeight, System.Collections.Generic.List<Shared.Entity.EntityWrapper> outList)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashED6A8B5792C7AE2D7EDF2F2330C4F8D3B67CDE3AC440A0353331C5B334D81A49
  • Body hashF16AFFC152FDC6DCCA7BD725B404B9ECA6038CF9E2A24078A6CFC0275C71B2C5
  • IL size17
Referenced calls
Called by

GetEntityById

public Shared.Entity.EntityWrapper GetEntityById(System.Guid id)

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.EntityWrapper
  • StaticFalse
  • VirtualFalse
  • Hash57AD49D78313634BB0A3A3F571079B55EA1C4378C5E5FC129081D33FF7074BA8
  • Body hashF706144AD5D3427810294BC43C5CABC201CC816CBF6D522494025D172F0F81D3
  • IL size20
Referenced calls
  • System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::TryGetValue(!0, !1&)
Called by

GetEntityById

public Shared.Entity.EntityWrapper GetEntityById(System.Nullable<System.Guid> guid)

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.EntityWrapper
  • StaticFalse
  • VirtualFalse
  • HashDE5857F136EF587F0D493509C5A7C3DF77E6F5AACBF142FA66B53525D2248208
  • Body hash6332FB00DF42E95F2F63AAEB2420DCA25DD6EAC2003B3C7FC21DE3DA6F191C25
  • IL size41
Referenced calls
  • System.Nullable<System.Guid>::get_HasValue()
  • System.Nullable<System.Guid>::GetValueOrDefault()
  • System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::TryGetValue(!0, !1&)
Called by

GetEntityByName

public Shared.Entity.EntityWrapper GetEntityByName(System.String name)

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.EntityWrapper
  • StaticFalse
  • VirtualFalse
  • HashC479F48E4B8DBE312D89728E3FFA3F966A55086420C5283488C732E4841F4EEC
  • Body hashB1391D95055D23618B2619A850EF90240C44E25755AB0AA6B5A092ABD2097B33
  • IL size63
Referenced calls
Called by

GetEntityIndexById

public System.Int32 GetEntityIndexById(System.Nullable<System.Guid> guid)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Int32
  • StaticFalse
  • VirtualFalse
  • Hash3C9470A3301F2BC59220894544EC0427894AC10246B35419254E68BBF30CCA8D
  • Body hash70C7D6BA5E043659BC20D85A122DC92F7990035E8110CD8B9747BC03AC1650CC
  • IL size46
Referenced calls
  • System.Nullable<System.Guid>::get_HasValue()
  • System.Nullable<System.Guid>::GetValueOrDefault()
  • System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::TryGetValue(!0, !1&)
Called by

GetEntityWrappers

public EntitySystem.EntityEnumerator GetEntityWrappers()

Method metadata
  • Visibilitypublic
  • Return typeEntitySystem.EntityEnumerator
  • StaticFalse
  • VirtualFalse
  • Hash5246AEEB7472A1000FA4C11AEC4C26A68F3E01AD085FFFD0D00AC1F95A4F0299
  • Body hashE4D55B3581196C3F5D9795275DC310A40A986BD7C05A4C17771803D2A94E39C4
  • IL size15
Referenced calls
  • EntitySystem.EntityEnumerator::.ctor(Shared.Entity.EntitySystem, System.Int32)
Called by

GetEntityWrappersList

public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntityWrappersList()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<Shared.Entity.EntityWrapper>
  • StaticFalse
  • VirtualFalse
  • Hash291E6B7EDE63EB2ECE67ABED7ED77D68CB722C6CAC5B330C95E07D2E3CD9037D
  • Body hash4557E2FEFA5551BA4A70B0CE6068364F02902D0F7167FA673C5599697120A94D
  • IL size59
Referenced calls
  • System.Collections.Generic.List<Shared.Entity.EntityWrapper>::.ctor()
  • System.Collections.Generic.List<Shared.Entity.EntityWrapper>::Add(!0)
Called by

GetEntityWrappersPreUpdate

public EntitySystem.EntityEnumerator GetEntityWrappersPreUpdate()

Method metadata
  • Visibilitypublic
  • Return typeEntitySystem.EntityEnumerator
  • StaticFalse
  • VirtualFalse
  • HashDCF02FD9771793881B4F59E853E6A31560B0697FCF2D73416F8B2F67B5F47255
  • Body hashA1326FED911FD53B4A9E1A6C0C5280B0D504C3F9F372C20359782A883F0E4824
  • IL size13
Referenced calls
  • EntitySystem.EntityEnumerator::.ctor(Shared.Entity.EntitySystem, System.Int32)
Called by

GetWrapper

public Shared.Entity.EntityWrapper GetWrapper(System.Int32 id)

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.EntityWrapper
  • StaticFalse
  • VirtualFalse
  • Hash1E6511AAA50D80185F721B8C69E4914FB7111927EAEC20B6F5FA6882563F8692
  • Body hash8BF3014E010073C2816A36F8D72D784128BF7B1ABF38B20F3B186C8BF51FDC07
  • IL size46
Called by

Initialize

public System.Void Initialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash101EF095B27CB00257D12776278339D9C42E188AF771FF179B57CC835308C7AB
  • Body hash34883DD694F1B5AFF6FF804B1879104152A652BC8E48A496068F228A003DC4E4
  • IL size83
Referenced calls
Called by

NewEntity

public System.Int32 NewEntity()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Int32
  • StaticFalse
  • VirtualFalse
  • Hash959BE451C0F3410D59E484213945B834EC20D9A2BF12E0992B8BE1694A74A3D9
  • Body hash95E24FFD5BEEB5EB02C0AAB2F6FBE9EC28C901B8C04965ECA072D74482F080EB
  • IL size185
Referenced calls
Called by

NewEntityWrapper

public Shared.Entity.EntityWrapper NewEntityWrapper()

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.EntityWrapper
  • StaticFalse
  • VirtualFalse
  • Hash08A15A05D3CFB4348FEAB4211B27642BFB63307EB2C9AB49FE4B4D21FE7C54C1
  • Body hashC5520C07089EC8B6ED28BC9B105AAA5295C8BE1C680B021FBA45780B41DC218D
  • IL size21
Referenced calls
Called by

PostUpdate

private System.Void PostUpdate(System.Int32 id)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash49E68B71D87A8A1AF6999A7C0DD758BAD1F68F8002DC44A7805C4F858BBD7650
  • Body hashBA9881B60F392110FC1061B3FE740C9A3EC38175ADD74012F9E7E9A3142626B8
  • IL size839
Referenced calls
Called by

RemoveAll

public System.Void RemoveAll(Shared.Entity.Components.Component mask, Shared.Entity.EntityRemoveInfo removeInfo)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash246F6193FA38E43B75E634A733DA3117162987E13FAC34EDCD01201F685343C8
  • Body hash8A03166B7B266C1F74E681C8DF8A1BBC82015358D6BBA40F0B470559D3170F72
  • IL size39
Referenced calls
Called by

RemoveEntity

public System.Void RemoveEntity(System.Int32 id, Shared.Entity.EntityRemoveInfo removeInfo)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash2044F54577EAB514A17E3DAFF915C56C1BBDAC6C38E59E73D33193A353A41923
  • Body hashC2041822DCAB58341E743D2957F13D5EF3134EE0D13B92075BB81A0D764CDF64
  • IL size604
Referenced calls
Called by
String literals
  • RemoveEntity: Entity
  • has a CarriedId but it is not set as a carrier!

SetKnockback

public System.Void SetKnockback(System.Int32 id, Microsoft.Xna.Framework.Vector3 velocity, System.Single duration)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash1D76EEE129D5A39DFDA96D0D68E1E1B58045BD7199FEC3A08CCAA58581108026
  • Body hash8B7B39545A20F6E9CD129C5E813DB51B7038B29E8FA1CC67A74746D642272F93
  • IL size112
Referenced calls
Called by

SinglePhysicsStep

public System.Void SinglePhysicsStep(System.Int32 entityId, System.Single dt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash8F7539B549A905FD91D0D5BCBEABB2B25DA1AF2F3F602738E8D9EC6BFB0E22F0
  • Body hashBDF32FCB30615CB2939B540B6893964165F4243A6CB655E5E02F49989A9BA6E9
  • IL size1492
Referenced calls
Called by
String literals
  • MovementSpeed
  • WorldStats_RoadMovementBonus

StandableEntityHeightAtPoint

public System.ValueTuple<System.Int32, System.Single> StandableEntityHeightAtPoint(Microsoft.Xna.Framework.Vector2 point, System.Single max, System.Int32 checkingEntity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.ValueTuple<System.Int32, System.Single>
  • StaticFalse
  • VirtualFalse
  • HashDF4A78C3D2202003B918FAF592562237AB0ECF0128E935697850D660CCCCDE26
  • Body hash508F6EDF2EAFB2855203B1D6E1A693B5DE8FADC567C1035BFF1FD865DE5A5DAA
  • IL size276
Referenced calls
Called by

TerrainCollision

public System.Void TerrainCollision(System.Int32 id, Microsoft.Xna.Framework.Vector3 previousVelocity, Microsoft.Xna.Framework.Vector3& velocity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash6CDCA6C936D89DEFDC613FA3D6CFAE13673095F02659039DAF30D6BADAC2DE79
  • Body hashCC8D666689F91040FE6CC3AFF5B20B58EA242FD6DE2519650EA7A90900AB3DB8
  • IL size113
Referenced calls
Called by

UpdateAll

public System.Void UpdateAll(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash88DED678BB5D5325994027CC1C3153B7673B621AC5F0FA9AD989E2C3883367B0
  • Body hashECCE71EDCCADF6F03AD47798134E0F16104B631811F40C0D182E706D069D8FD3
  • IL size2237
Referenced calls
Called by
String literals
  • WorldStats_RoadMovementBonus
  • MovementSpeed
  • status:slow
  • EnergyRegeneration
  • Energy

UpdateCarriedEntityPosition

public System.Void UpdateCarriedEntityPosition(System.Int32 i)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashF7894FC15D428B70C3EB82B1EF44F9D75BC9290C20AF12438A1A8F4B523F0C6E
  • Body hashC5B06DF80CC6B6BFD3E48A841B18F28D77DB728BA616775DFF92F6ACEE3F347D
  • IL size530
Referenced calls
Called by
String literals
  • was set as carrying
  • but the target had CarrierId '
  • '. Adjusting its carrier id.

UpdateExtraVelocities

private System.Void UpdateExtraVelocities()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash04150AC24681B8A04AE3F67FC381BBE6F9A54D35D2481195407FE22A2C66760C
  • Body hashF996745EFDC94148A0182D13B157B1BB6BCF41B1A236991323976B6B43346F4F
  • IL size118
Referenced calls
Called by

UpdateExtraVelocity

private System.Void UpdateExtraVelocity(System.Int32 i)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash2F41AF016A988418E4F640EE1D8F4F22328197D74374CABF4682F2FA234B85AF
  • Body hashAD2428598FD32DC67092DE93799745639A879FF390C235775C750448584C7C02
  • IL size254
Referenced calls
Called by

UpdateFloorHeight

public System.Void UpdateFloorHeight(System.Int32 id)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashC9F581721B3FE9239EE5CFF4BFB1E1018A971B0BB6A5D0CB60503F1466C70567
  • Body hash0A5F4967F2EEA9A850EEACF6FC51DB7B8F880817F39B6DA02E27C22F1F94B16D
  • IL size225
Referenced calls
Called by

WorldLoad

public System.Void WorldLoad()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash8A7D78CF77FA1B23209E792F9F0E8FF734712F198E1F60F843AD8081455E0B0F
  • Body hashD0C9B2104DB166A25672E460E92561CBF3FC2E1D1115927E25F3346F08B49F19
  • IL size62
Referenced calls
Called by

WorldUnload

public System.Void WorldUnload()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash890737D6731C17431DD1DFF12E071197174C7DFACA6C5F6A7AB7B65D4AB3731A
  • Body hash914066F4A041994BE8D328F3BEB40EF632942D2BF570A1700CA11ABD9E7A6071
  • IL size99
Referenced calls
Called by