Candide.Entities.Controllers.Other.DungeonEntranceController
Type JSONpublic class in Candide.Entities.Controllers.Other
Type metadata
- Assembly
Romestead - Namespace
Candide.Entities.Controllers.Other - Base type
Shared.Entity.Base.AbstractController - Hash
EA99BA0D2BE12D3F9992B47B04ED7302281B712732F8DBE6D40A24E8B0585259
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
_canEnter# | private | private System.Boolean _canEnter |
_enterTimer# | private | private System.Single _enterTimer |
_hasSentDiscover# | private | private System.Boolean _hasSentDiscover |
_locationId# | private | private System.Guid _locationId |
_rectangle# | private | private CandideCreator.Shared.Models.RectangleF _rectangle |
Methods
DiscoverDungeon
#
private System.Void DiscoverDungeon()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
492259E3C98D564BE6663ADCA8D4CD1F0F6868F51A0D8BE639B6484B1663F41B - Body hash
216F76A0529720D26C420F7B9E170F444E34E53E2FBA519ABF550C9630F6CB19 - IL size64
Referenced calls
System.Guid::op_Equality(System.Guid, System.Guid)System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Dungeons.DungeonLocationModel>::TryGetValue(!0, !1&)Candide.GameModels.Services.DungeonService::Send_DiscoverDungeonLocation(System.Guid)
EnterDungeon
#
public System.Void EnterDungeon()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
CC7519126DE5D712EA215FC852DA7960FDC8C634E5F9BD2BF0FCF8C5504F5F40 - Body hash
CA1EE1B8D9A33CF0F1858F3DB1F89AE2F4443DAE4FEC9B692C2DC7FA82F08CB7 - IL size60
Referenced calls
System.Guid::op_Equality(System.Guid, System.Guid)Candide.GameModels.Managers.DungeonManager::TryEnterDungeon(System.Guid)
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
335F16883B734DF2CA3C2F0B549DE3545E7F908421100D567E07C9EF748D945D - Body hash
9FE4120990E7EF8C5150DB044CC0B8DE420A376898E6A67743A0BF26DE902F9C - IL size152
Referenced calls
Shared.Entity.EntityWrapper::get_Shape()Shared.Entity.EntityWrapper::get_Position2()CandideCreator.Shared.Collision.CollisionShape::GetBoundingBoxRectangle(Microsoft.Xna.Framework.Vector2)CandideCreator.Shared.Helpers.Parameters::GetGuid(System.String, System.Guid)CandideCreator.Shared.Helpers.Parameters::GetBool(System.String, System.Boolean)CandideCreator.Shared.Models.RectangleF::Inflate(System.Single, System.Single)System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Dungeons.DungeonLocationModel>::TryGetValue(!0, !1&)
String literals
locationIdhidden
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
D174BC9C5911B8ECD09C05E561113951B8771942D2183BC87862A0E6AB114E82 - Body hash
7E768C701AF11424DB62B8CA465F779023C72C28190F6779EB4623CF92891CCB - IL size189
Referenced calls
Shared.Entity.EntityWrapper::get_Position2()Microsoft.Xna.Framework.Vector2::Distance(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)Candide.Entities.Controllers.Other.DungeonEntranceController::DiscoverDungeon()Shared.Entity.EntityWrapper::get_Fdt()CandideCreator.Shared.Models.RectangleF::Contains(Microsoft.Xna.Framework.Vector2)Shared.Entity.EntityWrapper::get_PositionZ()System.Math::Abs(System.Single)Candide.Entities.Controllers.Other.DungeonEntranceController::EnterDungeon()