Shared.Entity.EntitySystem
Type JSONpublic class in Shared.Entity
Type metadata
- Assembly
Shared - Namespace
Shared.Entity - Base type
System.Object - Hash
EBC236A71DD2AAC31DB689BB3E4D93C761C483C8E69AF5CBF4C5E31DAD88ACAB
Relationships
Base type
System.Object
Referenced by types
BM.EnemyUtilCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSpawnHandlerCandideServer.Entities.ServerEntityDataManagerCandideServer.Entities.ServerEntitySystemManagerCandideServer.Models.Worlds.ServerExteriorWorldModelServerEntitySystemManager.WorldEntitySystemPairCandide.Database.Doodad.DoodadDatabaseManagerCandide.Entities.Controllers.RobotBossController.RobotBossSpawnHandlerCandide.Entities.EntitySystemImGuiCandide.GameModels.Controllers.EntityControllerCandide.GameModels.GameStateCandide.World.ExteriorWorld
Fields
| Name | Visibility | Signature |
|---|---|---|
AggressiveComponent# | public | public Shared.Entity.Components.AggressiveComponent[] AggressiveComponent |
Bridge# | public | public Shared.Interfaces.Entity.IEntitySystemBridge Bridge |
Carrier# | public | public Shared.Entity.Components.Carrier[] Carrier |
CollisionComponent# | public | public Shared.Entity.Components.CollisionComponent[] CollisionComponent |
CollisionGroup# | public | public Shared.Collision.CollisionSpecialGroup CollisionGroup |
ControllerComponent# | public | public Shared.Entity.Components.ControllerComponent[] ControllerComponent |
DropTableComponent# | public | public Shared.Entity.Components.DropTableComponent[] DropTableComponent |
EntityIdMap# | public | public System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper> EntityIdMap |
EntityReuseList# | public | public System.Collections.Generic.List<Shared.Entity.EntityWrapper> EntityReuseList |
FactionComponent# | public | public Shared.Entity.Components.FactionComponent[] FactionComponent |
Furniture# | public | public Shared.Entity.Components.Furniture[] Furniture |
General# | public | public Shared.Entity.Components.GeneralComponent[] General |
Grouped# | public | public Shared.Entity.Components.Grouped[] Grouped |
HealthComponent# | public | public Shared.Entity.Components.HealthComponent[] HealthComponent |
HighestActive# | public | public System.Int32 HighestActive |
HighestActiveMaxPossible# | public | public System.Int32 HighestActiveMaxPossible |
Initialized# | public | public System.Boolean Initialized |
InteractComponent# | public | public Shared.Entity.Components.InteractComponent[] InteractComponent |
Knockback# | public | public Shared.Entity.Components.KnockbackComponent[] Knockback |
LightSourceComponent# | public | public Shared.Entity.Components.LightSourceComponent[] LightSourceComponent |
Mask# | public | public Shared.Entity.Components.Component[] Mask |
MaxEntities# | public | public System.Int32 MaxEntities |
MeshTransform# | public | public Shared.Entity.Components.MeshTransformComponent[] MeshTransform |
Movable# | public | public Shared.Entity.Components.Movable[] Movable |
StatsComponent# | public | public Shared.Entity.Components.StatsComponent[] StatsComponent |
Stun# | public | public Shared.Entity.Components.StunComponent[] Stun |
TextureTransform# | public | public Shared.Entity.Components.TextureTransformComponent[] TextureTransform |
WorldHandler# | public | public Shared.Interfaces.World.IWorldHandler WorldHandler |
WorldId# | public | public System.Guid WorldId |
Methods
BeforeRender
#
public System.Void BeforeRender()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
BD92FBCEC9E95056B9AB2DEDF86CD29DD71011AFCF639785622D11D218CEAA64 - Body hash
6B9365C876ED82FCC2D17FD26280990D5D53ABB56932B03B3752A63380CFE6A6 - IL size142
Referenced calls
Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)System.Collections.Generic.List<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::GetEnumerator()List.Enumerator<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::get_Current()Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>::BeforeRender()List.Enumerator<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::MoveNext()System.IDisposable::Dispose()Shared.Entity.Base.AbstractController::BeforeRender()
CastThrownMovableSpell
#
private System.Void CastThrownMovableSpell(System.Int32 id, System.Boolean kill)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6F6E9BB98A21123FF77B057DA075E960D413F3155BA444C39BF9FAA22184975E - Body hash
4AE065920313A151B5959C2CE31743716D746F3550500298880D7BA4C4266704 - IL size44
Referenced calls
CheckIfStandingOnEntity
#
public System.Boolean CheckIfStandingOnEntity(Microsoft.Xna.Framework.Vector2 point, System.Int32 checkingEntity, System.Int32 standingOnId, out System.Single& highest)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
74084653AFE718846328F8958B6B772C554DC84E0C231E66F0CAA8D10DF9A92F - Body hash
C666EC9DD6CCE45247784505F671330B69FDE4158CAAE3252EA97567D7AB91A7 - IL size373
Referenced calls
Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Microsoft.Xna.Framework.Vector2::op_Subtraction(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)CandideCreator.Shared.Collision.CollisionShape::GetCollision(Microsoft.Xna.Framework.Vector2, CandideCreator.Shared.Collision.CollisionShape)CandideCreator.Shared.Collision.BoundingBox::Contains(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
66D56397E848774CCCFA312781852BF4BD51FBAE472C13AE4245D10CCBE4D9C8 - Body hash
FDA6643B2AC48B7BF630437B9C09A4834C21FB4D65B8E388AE141E83DD433C51 - IL size159
Referenced calls
Shared.Entity.EntityWrapper::get_Id()System.Nullable<System.Guid>::get_HasValue()System.Nullable<System.Guid>::GetValueOrDefault()System.Guid::op_Equality(System.Guid, System.Guid)Microsoft.Xna.Framework.Vector3::Distance(Microsoft.Xna.Framework.Vector3&, Microsoft.Xna.Framework.Vector3&, System.Single&)Shared.Entity.EntityWrapper::get_Mask()Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.EntityWrapper::get_Controller()Shared.Entity.Base.AbstractController::OnThrownEntityCollision(Shared.Entity.EntityWrapper)Shared.Entity.EntitySystem::CastThrownMovableSpell(System.Int32, System.Boolean)
Clear
#
public System.Void Clear()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
3C76FF3F61BBCB3194487FE943152069FA8683771C01DA6246860DDFBAA3D464 - Body hash
546D4D1B4F0F77716D5AA2C973CF7F134CE1A48E498743F8BEAAABB85D62F728 - IL size292
Referenced calls
Shared.Collision.CollisionSpecialGroup::Clear()System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::Clear()Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.Base.AbstractController::EntityUnload()Shared.Entity.Base.AbstractController::OnRemove(Shared.Entity.EntityRemoveInfo)Shared.Entity.Components.GeneralComponent::DisposeAuras(System.Nullable<Shared.Entity.EntityRemoveInfo>)Shared.Helpers.SamsPlayerDebuggerHelper::Entity_Set_CarriedId(Shared.Entity.EntitySystem, System.Int32, System.Nullable<System.Guid>)
CollisionChecks
#
private System.Void CollisionChecks()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
8CDAF63A2EAEAA94A975B1C0BAF77C049557E78501E164EB34EFFEDAB213C1CB - Body hash
B6CFCAC843043540CF849E2C115D0EF79EFBB05A08C3951AF97D0142CB16BE68 - IL size827
Referenced calls
Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.EntitySystem::GetEntityById(System.Nullable<System.Guid>)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector3::get_Zero()Microsoft.Xna.Framework.Vector3::op_Equality(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector3::LengthSquared()System.Runtime.CompilerServices.Unsafe::As(!!0&)Shared.Collision.CollisionSpecialGroup::CheckEntityCollision(Shared.Entity.EntityWrapper, Microsoft.Xna.Framework.Vector2&, Microsoft.Xna.Framework.Vector3&, Microsoft.Xna.Framework.Vector2, System.Single, CandideCreator.Shared.Collision.CollisionMasks, CandideCreator.Shared.Collision.CollisionMasks, CandideCreator.Shared.Collision.CollisionShape)Shared.Interfaces.World.IWorldHandler::CheckTerrainCollision(Shared.Entity.EntityWrapper, Microsoft.Xna.Framework.Vector2&, Microsoft.Xna.Framework.Vector3&, Microsoft.Xna.Framework.Vector2, System.Single, CandideCreator.Shared.Collision.CollisionMasks, CandideCreator.Shared.Collision.CollisionShape)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Shared.Entity.Components.GeneralComponent::GetNextPosition(Microsoft.Xna.Framework.Vector2)Microsoft.Xna.Framework.Vector2::op_Subtraction(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Microsoft.Xna.Framework.Vector3::op_Subtraction(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
F9B42AD35976C067983BC894376C950CBC183F36D615EC8CBCD4D33BE6A85AC2 - Body hash
53A2550EA20A5068FEF1A5D95B805E32A5520BA2830D6D2DA3948C791E25D61B - IL size174
Referenced calls
Shared.Entity.EntityWrapper::get_Mask()Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.EntityWrapper::get_Controller()Shared.Entity.Base.AbstractController::OnEntityCollision(Shared.Entity.EntityWrapper, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3&)Shared.Entity.EntityWrapper::set_Velocity(Microsoft.Xna.Framework.Vector3)Shared.Entity.EntitySystem::CheckThrownEntityCollision(System.Int32, Shared.Entity.EntityWrapper, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
GetEntitiesByName
#
public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesByName(System.String name)
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.List<Shared.Entity.EntityWrapper> - StaticFalse
- VirtualFalse
- Hash
DBA8A44DB93A0F994FDEE2D0D5D4337525950C39EF3AB1602233D1C376A90A9B - Body hash
80C775ECE0D43F737E3593D5DB1BC4D57E16F75E10E4EBF99A21BA06735D2502 - 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
CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::DropEntranceBlocksCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::InvokeExtraAttackCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::UpdatePhase1CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::DropEntranceBlocksCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::InvokeExtraAttackCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::UpdatePhase1Candide.Entities.Controllers.JumpingSkullController.BilianController::EntityInitializeCandide.Entities.Controllers.RobotBossController.RobotBossController::DropEntranceBlocksCandide.Entities.Controllers.RobotBossController.RobotBossController::InvokeExtraAttackCandide.Entities.Controllers.RobotBossController.RobotBossController::Update
GetEntitiesInCircleArea
#
public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesInCircleArea(Microsoft.Xna.Framework.Vector2 position, System.Single radius)
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.List<Shared.Entity.EntityWrapper> - StaticFalse
- VirtualFalse
- Hash
E140FD426B69BF601BAEC91AAAF5E87BD717AF29892C94CF8575FFE9F09A1499 - Body hash
DB87D9AB448C92DA093CDB102295C347E0F99785C5EC88286AD30C705BA254ED - IL size14
Referenced calls
Called by
BM.EnemyUtil::GetEntitiesInCircleAreaWithBaseGuidsBM.EnemyUtil::HasNearbyAlliesBM.EnemyUtil::TryGetClosestEntityInCircleAreaWithBaseGuidsBM.InteractingEntitiesHelper::StopOtherCitizensFromTalkingToPlayerBM.TryGetBestCarryableEntityForAttack::UpdateBM.TryGetBestCorpseToFlyTo::UpdateBM.TryGetCarryableEntity::UpdateBM.TryGetClosestCarryableEntity::UpdateBM.TryGetEntitiesInCircleArea::UpdateCandideServer.Entities.Controllers.Citizens.ServerCitizenEntityController::StopOtherCitizensFromTalkingToPlayerCandideServer.Entities.Controllers.Enemies.ServerMasterEngineerController::CanConstructBallistaAtPositionCandideServer.Entities.Controllers.Enemies.ServerMedusaController::UpdateCandideServer.Entities.ControllerSets.AlphaWolf.AlphaWolfAi::CheckForGroupCandideServer.Entities.ControllerSets.Bear.ServerBearCubController::SearchForMamaCandideServer.Entities.ControllerSets.Fallen.SkeletonArcher.ServerMagusCeresController::TryGetHealingTargetCandideServer.Entities.ControllerSets.Fallen.SkeletonArcher.ServerMagusCeresController::TryGetNearbyAllyToHideBehindCandideServer.Entities.ControllerSets.MinervasOwl.MinervasOwl_LightningAttackTask::PrepCastCandideServer.Entities.ControllerSets.Pots.ExplosivePot.ServerLightningPotController::PrepCastCandideServer.Entities.ControllerSets.Wolf.WolfAi::CallForAssistanceCandideServer.Entities.Modules.LineOfSightCheckingCircularAggroField::GetTriggeringEntitiesCandideServer.Models.Auras.ServerControlPotmenAura::UpdateAssistTargetCandideServer.Models.Auras.ServerControlPotmenAura::UpdateAttackTargetCandideServer.Models.Auras.ServerControlVulturesAura::RemoveEffectCandideServer.Models.Auras.ServerControlVulturesAura::UpdateAssistTargetCandideServer.Models.Auras.ServerControlVulturesAura::UpdateAttackTargetCandide.Entities.Controllers.DungeonDoors.DungeonDoorController::OnInteractCandide.GameModels.Models.Spells.Offensive.SingleProjectileAttackSpell::OnUpdateCandide.PlayerMode.Construction.SelectedConstructionEntityProximityFunctionality::DrawInWorldUiCandide.PlayerMode.Construction.SelectedConstructionEntityProximityFunctionality::GetCountPhoenixBossEggController.PhoenixBossNestController::UpdateShared.Entity.Aggro.CircularAggroField::GetTriggeringEntitiesShared.Entity.Components.AggressiveComponent::CheckIfAllyHasTarget
GetEntitiesInRectangleArea
#
public System.Void GetEntitiesInRectangleArea(CandideCreator.Shared.Models.RectangleF rect, System.Collections.Generic.List<Shared.Entity.EntityWrapper> outList)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
4BB6F0B4BCEA323433D7935313DDD823C3EC1D9D210217F1C41748F5E2DA7710 - Body hash
1665B0EAF42450EE6A75D371E5573F14785413FB46DBA8EAE39784BB5C3441F3 - IL size14
Called by
BM.TryGetEntitiesInRectangleArea::UpdateCandideServer.Entities.Controllers.ServerSpikeTrapController::UpdateCandideServer.Entities.ControllerSets.PuzzleMechanics.ServerFallingPressurePlateController::UpdateCandideServer.Entities.ControllerSets.PuzzleMechanics.ServerPathMemoryPuzzleController::CheckIfPlayerInAreaCandideServer.Entities.ControllerSets.PuzzleMechanics.ServerPressurePlateController::UpdateCandideServer.Entities.ControllerSets.PuzzleMechanics.ServerSequencePuzzleController::CheckIfPlayerInAreaCandideServer.Entities.ControllerSets.TorchBearerStatue.ServerTorchBearerStatueController::UpdateCandide.Entities.Controllers.Legacy.GrassFieldController::MakeHolesForStaticEntitiesCandide.Entities.Controllers.Legacy.GrassFieldController::UpdateCandide.World.WorldHandler::GetEntitiesInRectangleArea
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 type
System.Collections.Generic.List<Shared.Entity.EntityWrapper> - StaticFalse
- VirtualFalse
- Hash
90A3514E1188E75ED81DCCA6AAB6B620421A611C0F4286A0F950F98378C5D7F6 - Body hash
38188FC69C8D1B7006D28705FED82303113BB173FBA44043B326CA0C5DFFC0DC - IL size17
Referenced calls
Called by
CandideServer.Entities.Controllers.ServerCart2Controller::UpdateCandideServer.Entities.Controllers.ServerFruitSpawnerController::ClearToSpawnCandideServer.Entities.Controllers.ServerPermanentStubController::EmptyStubCheckForWoodCandideServer.Entities.Controllers.ServerTreeController::EmptyStubCheckForWoodCandideServer.Entities.ControllerSets.Catapult.ServerCatapultController::UpdateCandideServer.Entities.ControllerSets.MinervasOwl.MinervasOwl_MoveTask::ClearVegetationCandideServer.Entities.ControllerSets.PhoenixBoss.PhoenixBoss_MoveTask::ClearVegetationCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSlamHandler::UpdateCandideServer.Entities.ControllerSets.ServerSulphurVentController::UpdateCandide.Entities.Controllers.Legacy.ThrowableSourceController::UpdateCandide.Entities.Controllers.Other.CatapultController::UpdateCandide.Entities.Controllers.Other.SulphurVentController::BeforeRenderCandide.Entities.Controllers.RobotBossController.RobotBossSlamHandler::UpdateCandide.Entities.PlayerState.GrabActionHelper::TryPlayerGrabActionProximityCandide.World.WorldHandler::GetEntitiesTouchingCircleAreaCandide.World.WorldHandler::GetEntitiesTouchingCircleAreaForInteract
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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
31E4463377E8569C96A711BEB01F04B376B6ABE82ACF34A3035191EBEB1225EC - Body hash
4BCC957098E48EAAD68D5449B7AD454CD028ABDA5ADEE6DB95C675C606203BD2 - IL size15
GetEntitiesTouchingPoint
#
public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntitiesTouchingPoint(Microsoft.Xna.Framework.Vector2 position)
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.List<Shared.Entity.EntityWrapper> - StaticFalse
- VirtualFalse
- Hash
C3D622E4456B2D91ECB699F80225623A691B23736EE35191AD2A4651C3D97F68 - Body hash
65BC2D311E3A0F8560C2C8095468FF13647E3C31AA0D2664951A67F9AD6F3384 - IL size13
Referenced calls
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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
ED6A8B5792C7AE2D7EDF2F2330C4F8D3B67CDE3AC440A0353331C5B334D81A49 - Body hash
F16AFFC152FDC6DCCA7BD725B404B9ECA6038CF9E2A24078A6CFC0275C71B2C5 - IL size17
Called by
CandideServer.Entities.Controllers.ServerActivatedSpikeTrapController::UpdateCandideServer.Entities.ControllerSets.PuzzleMechanics.ServerFlagActivatedSpikeTrapController::UpdateCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSweepHandler::UpdateCandideServer.Entities.Modules.SharedLaserBeam::FindEntityHitsCandide.Entities.Controllers.RobotBossController.RobotBossSweepHandler::UpdateCandide.Entities.PlayerState.GrabActionHelper::TryGrabActionCandide.World.WorldHandler::GetEntitiesTouchingRectangleArea
GetEntityById
#
public Shared.Entity.EntityWrapper GetEntityById(System.Guid id)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticFalse
- VirtualFalse
- Hash
57AD49D78313634BB0A3A3F571079B55EA1C4378C5E5FC129081D33FF7074BA8 - Body hash
F706144AD5D3427810294BC43C5CABC201CC816CBF6D522494025D172F0F81D3 - IL size20
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::TryGetValue(!0, !1&)
Called by
BM.InteractingEntitiesHelper::TryGetLatestBM.SendBehaviorRequest::UpdateCandideServer.Entities.Controllers.Enemies.ServerEngineerController::IsTalosWeakSpotMaxHealthCandideServer.Entities.Controllers.Enemies.ServerEngineerController::TryFindDamagedTalosWeakSpotCandideServer.Entities.ControllerSets.Catapult.ServerCatapultController::TargetPlayerCandideServer.Entities.ControllerSets.Cyclops.SharedMovingLaserBeam::DoChaseTargetCandideServer.Entities.ControllerSets.SatyrBoss.ServerSatyrBossArenaController::RemoveKilledSatyrsCandide.Entities.PlayerState.PlayerAnimationController::Update
GetEntityById
#
public Shared.Entity.EntityWrapper GetEntityById(System.Nullable<System.Guid> guid)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticFalse
- VirtualFalse
- Hash
DE5857F136EF587F0D493509C5A7C3DF77E6F5AACBF142FA66B53525D2248208 - Body hash
6332FB00DF42E95F2F63AAEB2420DCA25DD6EAC2003B3C7FC21DE3DA6F191C25 - 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
BM.EnemyUtil::IsEntityOkCandideServer.Entities.Controllers.Enemies.ServerPyzifaxController::IsTargetEntityOkCandideServer.Entities.Controllers.ServerBedController::UpdateCandideServer.Entities.Controllers.ServerChairFurnitureController::UpdateCandideServer.Entities.Controllers.ServerFlintController::OnEntityCollisionCandideServer.Entities.Controllers.ServerFlintController::OnThrownEntityCollisionCandide.Entities.Controllers.Other.BedController::UpdateCandide.Entities.Controllers.Other.BoatController::UpdateCandide.Entities.Controllers.Other.ChairFurnitureController::UpdateCandide.Entities.Controllers.Other.GoKartController::UpdateCandide.Entities.Controllers.Other.TentFurnitureController::UpdateCandide.Entities.PlayerState.EntityUtility::GetAttachedEntityCandide.Entities.PlayerState.EntityUtility::GetCarrierEntityCandide.Entities.PlayerState.PlayerController::UpdateAndCheckCarriedEntityStatusShared.Combat.Spells.SharedHookSpell::CastShared.Combat.Spells.SharedInstantSingleTargetSpell::CastShared.Entity.EntitySystem::CollisionChecksShared.Entity.EntitySystem::RemoveEntityShared.Entity.EntitySystem::SinglePhysicsStepShared.Entity.SharedEntitySystemController::ThrowShared.Entity.SharedEntitySystemController::TryAttach
GetEntityByName
#
public Shared.Entity.EntityWrapper GetEntityByName(System.String name)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticFalse
- VirtualFalse
- Hash
C479F48E4B8DBE312D89728E3FFA3F966A55086420C5283488C732E4841F4EEC - Body hash
B1391D95055D23618B2619A850EF90240C44E25755AB0AA6B5A092ABD2097B33 - IL size63
Referenced calls
System.String::op_Equality(System.String, System.String)Shared.Entity.EntitySystem::GetWrapper(System.Int32)
Called by
GetEntityIndexById
#
public System.Int32 GetEntityIndexById(System.Nullable<System.Guid> guid)
Method metadata
- Visibilitypublic
- Return type
System.Int32 - StaticFalse
- VirtualFalse
- Hash
3C9470A3301F2BC59220894544EC0427894AC10246B35419254E68BBF30CCA8D - Body hash
70C7D6BA5E043659BC20D85A122DC92F7990035E8110CD8B9747BC03AC1650CC - 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&)
GetEntityWrappers
#
public EntitySystem.EntityEnumerator GetEntityWrappers()
Method metadata
- Visibilitypublic
- Return type
EntitySystem.EntityEnumerator - StaticFalse
- VirtualFalse
- Hash
5246AEEB7472A1000FA4C11AEC4C26A68F3E01AD085FFFD0D00AC1F95A4F0299 - Body hash
E4D55B3581196C3F5D9795275DC310A40A986BD7C05A4C17771803D2A94E39C4 - IL size15
Referenced calls
EntitySystem.EntityEnumerator::.ctor(Shared.Entity.EntitySystem, System.Int32)
Called by
CandideServer.Entities.Controllers.Enemies.ServerEngineerController::GetTalosWeakSpotsCandideServer.Entities.ControllerSets.Cyclops.ServerCyclopsArenaController::ResetCandideServer.Entities.ControllerSets.Cyclops.ServerCyclopsArenaController::SharedHandleEntranceCollisionCandideServer.Entities.ControllerSets.Cyclops.ServerCyclopsArenaController::SharedHandleHoleCollisionCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::SetupCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::UpdateCandideServer.Entities.ControllerSets.SatyrBoss.ServerSatyrBossArenaController::EntityInitializeCandideServer.Entities.ControllerSets.SatyrBoss.ServerSatyrBossArenaController::UpdateCandideServer.Entities.ControllerSets.Talos.ServerTalosArenaController::SetupCandideServer.Entities.ControllerSets.Talos.ServerTalosArenaController::UpdatePhase1ACandideServer.Entities.ServerEntitySystemManager::UpdateCandide.Entities.Controllers.Legacy.FishController::CheckForScaryEntitiesCandide.Entities.Controllers.Other.Cyclops.CyclopsArenaController::SetUpBodyCandide.Entities.Controllers.Other.Cyclops.CyclopsArenaController::SetUpEyeCandide.Entities.Controllers.Other.Cyclops.CyclopsArenaController::SetUpPopOutEyeCandide.Entities.Controllers.Other.Cyclops.CyclopsArenaController::TrySetUpLeftArmCandide.Entities.Controllers.Other.Cyclops.CyclopsArenaController::TrySetUpRightArmCandide.Entities.Controllers.Other.SatyrBoss.SatyrBossArenaController::UpdateCandide.Entities.Controllers.RobotBossController.RobotBossController::SetUpBodyPartsCandide.Entities.Controllers.Talos.TalosArenaController::SetupCandide.GameModels.Controllers.EntityController::ForgetEntitiesCandide.GameModels.Services.RobotBossService::OnReceive_RobotBossDamagedMessageCandide.GameModels.Services.RobotBossService::OnReceive_SyncRobotBossMessageCandide.Graphics.DeferredRenderer::DrawEntitiesForPointLightCandide.Graphics.DeferredRenderer::DrawHitboxesCandide.Graphics.DeferredRenderer::RenderEntityDropShadowsCandide.Graphics.Effects.DarkEffect::GetEffectCandide.Scripts.LuaMethods::GetEntityCandide.Scripts.LuaMethods::GetEntitySkip
GetEntityWrappersList
#
public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetEntityWrappersList()
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.List<Shared.Entity.EntityWrapper> - StaticFalse
- VirtualFalse
- Hash
291E6B7EDE63EB2ECE67ABED7ED77D68CB722C6CAC5B330C95E07D2E3CD9037D - Body hash
4557E2FEFA5551BA4A70B0CE6068364F02902D0F7167FA673C5599697120A94D - IL size59
Referenced calls
System.Collections.Generic.List<Shared.Entity.EntityWrapper>::.ctor()System.Collections.Generic.List<Shared.Entity.EntityWrapper>::Add(!0)
GetEntityWrappersPreUpdate
#
public EntitySystem.EntityEnumerator GetEntityWrappersPreUpdate()
Method metadata
- Visibilitypublic
- Return type
EntitySystem.EntityEnumerator - StaticFalse
- VirtualFalse
- Hash
DCF02FD9771793881B4F59E853E6A31560B0697FCF2D73416F8B2F67B5F47255 - Body hash
A1326FED911FD53B4A9E1A6C0C5280B0D504C3F9F372C20359782A883F0E4824 - IL size13
Referenced calls
EntitySystem.EntityEnumerator::.ctor(Shared.Entity.EntitySystem, System.Int32)
GetWrapper
#
public Shared.Entity.EntityWrapper GetWrapper(System.Int32 id)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticFalse
- VirtualFalse
- Hash
1E6511AAA50D80185F721B8C69E4914FB7111927EAEC20B6F5FA6882563F8692 - Body hash
8BF3014E010073C2816A36F8D72D784128BF7B1ABF38B20F3B186C8BF51FDC07 - IL size46
Called by
Initialize
#
public System.Void Initialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
101EF095B27CB00257D12776278339D9C42E188AF771FF179B57CC835308C7AB - Body hash
34883DD694F1B5AFF6FF804B1879104152A652BC8E48A496068F228A003DC4E4 - IL size83
Referenced calls
NewEntity
#
public System.Int32 NewEntity()
Method metadata
- Visibilitypublic
- Return type
System.Int32 - StaticFalse
- VirtualFalse
- Hash
959BE451C0F3410D59E484213945B834EC20D9A2BF12E0992B8BE1694A74A3D9 - Body hash
95E24FFD5BEEB5EB02C0AAB2F6FBE9EC28C901B8C04965ECA072D74482F080EB - IL size185
Referenced calls
Shared.Entity.Components.GeneralComponent::DisposeAuras(System.Nullable<Shared.Entity.EntityRemoveInfo>)Shared.Entity.EntityWrapper::.ctor(System.Int32, Shared.Entity.EntitySystem)
NewEntityWrapper
#
public Shared.Entity.EntityWrapper NewEntityWrapper()
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticFalse
- VirtualFalse
- Hash
08A15A05D3CFB4348FEAB4211B27642BFB63307EB2C9AB49FE4B4D21FE7C54C1 - Body hash
C5520C07089EC8B6ED28BC9B105AAA5295C8BE1C680B021FBA45780B41DC218D - IL size21
Referenced calls
Called by
PostUpdate
#
private System.Void PostUpdate(System.Int32 id)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
49E68B71D87A8A1AF6999A7C0DD758BAD1F68F8002DC44A7805C4F858BBD7650 - Body hash
BA9881B60F392110FC1061B3FE740C9A3EC38175ADD74012F9E7E9A3142626B8 - IL size839
Referenced calls
CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)Shared.Entity.EntitySystem::CheckIfStandingOnEntity(Microsoft.Xna.Framework.Vector2, System.Int32, System.Int32, System.Single&)Shared.Entity.EntitySystem::UpdateFloorHeight(System.Int32)Shared.Entity.Components.GeneralComponent::get_HeightFromFloor()System.Math::Max(System.Single, System.Single)Microsoft.Xna.Framework.Vector2::Length()Microsoft.Xna.Framework.Vector2::DistanceSquared(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)CandideCreator.Shared.Helpers.RandomHelper::NextFloat(System.Random, System.Single, System.Single)Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.Base.AbstractController::OnHitTheGround()Shared.Entity.EntitySystem::CastThrownMovableSpell(System.Int32, System.Boolean)
RemoveAll
#
public System.Void RemoveAll(Shared.Entity.Components.Component mask, Shared.Entity.EntityRemoveInfo removeInfo)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
246F6193FA38E43B75E634A733DA3117162987E13FAC34EDCD01201F685343C8 - Body hash
8A03166B7B266C1F74E681C8DF8A1BBC82015358D6BBA40F0B470559D3170F72 - IL size39
Referenced calls
RemoveEntity
#
public System.Void RemoveEntity(System.Int32 id, Shared.Entity.EntityRemoveInfo removeInfo)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
2044F54577EAB514A17E3DAFF915C56C1BBDAC6C38E59E73D33193A353A41923 - Body hash
C2041822DCAB58341E743D2957F13D5EF3134EE0D13B92075BB81A0D764CDF64 - IL size604
Referenced calls
System.Nullable<Shared.Entity.EntityRemoveInfo>::.ctor(!0)Shared.Entity.Components.GeneralComponent::DisposeAuras(System.Nullable<Shared.Entity.EntityRemoveInfo>)Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.Base.AbstractController::EntityUnload()Shared.Entity.Base.AbstractController::OnRemove(Shared.Entity.EntityRemoveInfo)Shared.Collision.CollisionSpecialGroup::Remove(System.Int32)Shared.Entity.EntityWrapper::get_CarriedEntity()Shared.Entity.EntityWrapper::set_CarriedId(System.Nullable<System.Guid>)Shared.Entity.EntityWrapper::Delete(Shared.Entity.EntityRemoveInfo)Shared.Entity.SharedEntitySystemController::Detach(Shared.Entity.EntityWrapper, System.Nullable<Microsoft.Xna.Framework.Vector3>)System.Nullable<System.Guid>::get_HasValue()System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)Shared.Helpers.SamsPlayerDebuggerHelper::Entity_Set_CarriedId(Shared.Entity.EntitySystem, System.Int32, System.Nullable<System.Guid>)System.Guid::op_Inequality(System.Guid, System.Guid)Shared.Interfaces.Entity.IEntitySystemBridge::OnEntityRemove(Shared.Entity.EntityWrapper, Shared.Entity.EntityRemoveInfo)System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::Remove(!0)Shared.Entity.EntitySystem::GetEntityById(System.Nullable<System.Guid>)
Called by
String literals
RemoveEntity: Entityhas 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 type
System.Void - StaticFalse
- VirtualFalse
- Hash
1D76EEE129D5A39DFDA96D0D68E1E1B58045BD7199FEC3A08CCAA58581108026 - Body hash
8B7B39545A20F6E9CD129C5E813DB51B7038B29E8FA1CC67A74746D642272F93 - IL size112
Referenced calls
System.Single::IsNaN(System.Single)Shared.Entity.Components.ComponentExtension::SetFlag(Shared.Entity.Components.Component&, Shared.Entity.Components.Component)
SinglePhysicsStep
#
public System.Void SinglePhysicsStep(System.Int32 entityId, System.Single dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
8F7539B549A905FD91D0D5BCBEABB2B25DA1AF2F3F602738E8D9EC6BFB0E22F0 - Body hash
BDF32FCB30615CB2939B540B6893964165F4243A6CB655E5E02F49989A9BA6E9 - IL size1492
Referenced calls
Shared.Entity.Components.GeneralComponent::Update()Microsoft.Xna.Framework.Vector3::get_Zero()Microsoft.Xna.Framework.Vector3::op_Inequality(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.Components.GeneralComponent::get_HeightFromFloor()Shared.Models.Stats.EntityStats::Get(System.String)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)Shared.Interfaces.World.IWorldHandler::GetTileAccelerationBoost(Microsoft.Xna.Framework.Vector2)System.Enum::HasFlag(System.Enum)Shared.Interfaces.Entity.IEntitySystemBridge::GetWorldStatsValue(System.String)System.MathF::Min(System.Single, System.Single)Microsoft.Xna.Framework.Vector3::op_Multiply(Microsoft.Xna.Framework.Vector3, System.Single)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Shared.Entity.EntitySystem::GetEntityById(System.Nullable<System.Guid>)Microsoft.Xna.Framework.Vector3::op_Equality(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector3::LengthSquared()System.Runtime.CompilerServices.Unsafe::As(!!0&)Shared.Collision.CollisionSpecialGroup::CheckEntityCollision(Shared.Entity.EntityWrapper, Microsoft.Xna.Framework.Vector2&, Microsoft.Xna.Framework.Vector3&, Microsoft.Xna.Framework.Vector2, System.Single, CandideCreator.Shared.Collision.CollisionMasks, CandideCreator.Shared.Collision.CollisionMasks, CandideCreator.Shared.Collision.CollisionShape)Shared.Interfaces.World.IWorldHandler::CheckTerrainCollision(Shared.Entity.EntityWrapper, Microsoft.Xna.Framework.Vector2&, Microsoft.Xna.Framework.Vector3&, Microsoft.Xna.Framework.Vector2, System.Single, CandideCreator.Shared.Collision.CollisionMasks, CandideCreator.Shared.Collision.CollisionShape)Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Shared.Entity.Components.GeneralComponent::GetNextPosition(Microsoft.Xna.Framework.Vector2)Microsoft.Xna.Framework.Vector2::op_Subtraction(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Microsoft.Xna.Framework.Vector3::op_Subtraction(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)System.Nullable<System.Guid>::get_HasValue()Shared.Entity.EntitySystem::UpdateFloorHeight(System.Int32)Shared.Entity.EntitySystem::PostUpdate(System.Int32)Shared.Entity.EntitySystem::GetEntityIndexById(System.Nullable<System.Guid>)Shared.Collision.CollisionSpecialGroup::UpdatePositionAndVelocity(Shared.Entity.EntityWrapper)
String literals
MovementSpeedWorldStats_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 type
System.ValueTuple<System.Int32, System.Single> - StaticFalse
- VirtualFalse
- Hash
DF4A78C3D2202003B918FAF592562237AB0ECF0128E935697850D660CCCCDE26 - Body hash
508F6EDF2EAFB2855203B1D6E1A693B5DE8FADC567C1035BFF1FD865DE5A5DAA - IL size276
Referenced calls
Shared.Entity.EntitySystem::CheckIfStandingOnEntity(Microsoft.Xna.Framework.Vector2, System.Int32, System.Int32, System.Single&)Shared.Entity.EntitySystem::GetEntitiesTouchingPoint(Microsoft.Xna.Framework.Vector2)System.Collections.Generic.List<Shared.Entity.EntityWrapper>::GetEnumerator()List.Enumerator<Shared.Entity.EntityWrapper>::get_Current()CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideCreator.Shared.Collision.CollisionShape::GetBoundingBoxRectangle(Microsoft.Xna.Framework.Vector2)CandideCreator.Shared.Models.RectangleF::Contains(Microsoft.Xna.Framework.Vector2)List.Enumerator<Shared.Entity.EntityWrapper>::MoveNext()System.IDisposable::Dispose()System.ValueTuple<System.Int32, System.Single>::.ctor(!0, !1)
TerrainCollision
#
public System.Void TerrainCollision(System.Int32 id, Microsoft.Xna.Framework.Vector3 previousVelocity, Microsoft.Xna.Framework.Vector3& velocity)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6CDCA6C936D89DEFDC613FA3D6CFAE13673095F02659039DAF30D6BADAC2DE79 - Body hash
CC8D666689F91040FE6CC3AFF5B20B58EA242FD6DE2519650EA7A90900AB3DB8 - IL size113
Referenced calls
Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.Base.AbstractController::OnTerrainCollision(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3&)Microsoft.Xna.Framework.Vector3::Distance(Microsoft.Xna.Framework.Vector3&, Microsoft.Xna.Framework.Vector3&, System.Single&)Shared.Entity.EntitySystem::CastThrownMovableSpell(System.Int32, System.Boolean)
UpdateAll
#
public System.Void UpdateAll(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
88DED678BB5D5325994027CC1C3153B7673B621AC5F0FA9AD989E2C3883367B0 - Body hash
ECCE71EDCCADF6F03AD47798134E0F16104B631811F40C0D182E706D069D8FD3 - IL size2237
Referenced calls
Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Shared.Entity.Components.GeneralComponent::Update()Shared.Entity.SharedEntityAuraManager::UpdateAuras(Shared.Entity.EntityWrapper, System.Single, System.Collections.Generic.List<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>)Shared.Entity.EntitySystem::RemoveEntity(System.Int32, Shared.Entity.EntityRemoveInfo)Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.Components.ComponentExtension::RemoveFlag(Shared.Entity.Components.Component&, Shared.Entity.Components.Component)Microsoft.Xna.Framework.Vector3::get_Zero()Shared.Collision.CollisionSpecialGroup::Update(Shared.Entity.EntitySystem, System.Single)Shared.Entity.Base.AbstractController::Update(Microsoft.Xna.Framework.GameTime)Shared.Entity.Base.AbstractAi::Update(Microsoft.Xna.Framework.GameTime)Shared.Entity.EntitySystem::UpdateExtraVelocities()Microsoft.Xna.Framework.Vector3::op_Equality(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Shared.Entity.Components.GeneralComponent::get_HeightFromFloor()CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)Shared.Interfaces.World.IWorldHandler::GetTileAccelerationBoost(Microsoft.Xna.Framework.Vector2)System.Enum::HasFlag(System.Enum)Shared.Interfaces.Entity.IEntitySystemBridge::GetWorldStatsValue(System.String)System.MathF::Min(System.Single, System.Single)Shared.Models.Stats.EntityStats::Get(System.String)CandideCreator.Shared.Helpers.CandideMathHelper::Limit0To1(System.Single)Microsoft.Xna.Framework.Vector3::op_Multiply(Microsoft.Xna.Framework.Vector3, System.Single)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Shared.Entity.EntitySystem::CollisionChecks()Shared.Entity.EntitySystem::GetEntityIndexById(System.Nullable<System.Guid>)Shared.Collision.CollisionSpecialGroup::UpdatePositionAndVelocity(Shared.Entity.EntityWrapper)System.Nullable<System.Guid>::get_HasValue()Shared.Entity.EntitySystem::UpdateFloorHeight(System.Int32)Shared.Entity.EntitySystem::UpdateCarriedEntityPosition(System.Int32)Shared.Entity.EntitySystem::PostUpdate(System.Int32)Shared.Entity.Components.AggressiveComponent::Update(Shared.Entity.EntityWrapper)Shared.Entity.Base.AbstractController::OnOutOfHealth(Shared.Combat.DamageResult)
Called by
String literals
WorldStats_RoadMovementBonusMovementSpeedstatus:slowEnergyRegenerationEnergy
UpdateCarriedEntityPosition
#
public System.Void UpdateCarriedEntityPosition(System.Int32 i)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
F7894FC15D428B70C3EB82B1EF44F9D75BC9290C20AF12438A1A8F4B523F0C6E - Body hash
C5B06DF80CC6B6BFD3E48A841B18F28D77DB728BA616775DFF92F6ACEE3F347D - IL size530
Referenced calls
Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.EntitySystem::GetEntityIndexById(System.Nullable<System.Guid>)System.Nullable<System.Guid>::get_HasValue()System.Nullable<System.Guid>::GetValueOrDefault()System.Guid::op_Inequality(System.Guid, System.Guid)System.Guid::op_Equality(System.Guid, System.Guid)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)System.Nullable<System.Guid>::.ctor(!0)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Shared.Collision.CollisionSpecialGroup::UpdatePositionAndVelocity(Shared.Entity.EntityWrapper)
Called by
String literals
was set as carryingbut the target had CarrierId ''. Adjusting its carrier id.
UpdateExtraVelocities
#
private System.Void UpdateExtraVelocities()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
04150AC24681B8A04AE3F67FC381BBE6F9A54D35D2481195407FE22A2C66760C - Body hash
F996745EFDC94148A0182D13B157B1BB6BCF41B1A236991323976B6B43346F4F - IL size118
Referenced calls
Shared.Entity.Components.GeneralComponent::get_HeightFromFloor()Shared.Entity.EntitySystem::UpdateExtraVelocity(System.Int32)
Called by
UpdateExtraVelocity
#
private System.Void UpdateExtraVelocity(System.Int32 i)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
2F41AF016A988418E4F640EE1D8F4F22328197D74374CABF4682F2FA234B85AF - Body hash
AD2428598FD32DC67092DE93799745639A879FF390C235775C750448584C7C02 - IL size254
Referenced calls
Shared.Entity.Components.GeneralComponent::get_HeightFromFloor()Shared.Entity.EntitySystem::UpdateExtraVelocity(System.Int32)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
UpdateFloorHeight
#
public System.Void UpdateFloorHeight(System.Int32 id)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
C9F581721B3FE9239EE5CFF4BFB1E1018A971B0BB6A5D0CB60503F1466C70567 - Body hash
0A5F4967F2EEA9A850EEACF6FC51DB7B8F880817F39B6DA02E27C22F1F94B16D - IL size225
Referenced calls
Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)Shared.Entity.EntitySystem::StandableEntityHeightAtPoint(Microsoft.Xna.Framework.Vector2, System.Single, System.Int32)Shared.Interfaces.World.IWorldHandler::HeightAtPoint(Microsoft.Xna.Framework.Vector2, System.Single)
WorldLoad
#
public System.Void WorldLoad()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
8A7D78CF77FA1B23209E792F9F0E8FF734712F198E1F60F843AD8081455E0B0F - Body hash
D0C9B2104DB166A25672E460E92561CBF3FC2E1D1115927E25F3346F08B49F19 - IL size62
Referenced calls
WorldUnload
#
public System.Void WorldUnload()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
890737D6731C17431DD1DFF12E071197174C7DFACA6C5F6A7AB7B65D4AB3731A - Body hash
914066F4A041994BE8D328F3BEB40EF632942D2BF570A1700CA11ABD9E7A6071 - IL size99