CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerPressurePlateController
Type JSONpublic class in CandideServer.Entities.ControllerSets.PuzzleMechanics
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets.PuzzleMechanics - Base type
Shared.Entity.Base.AbstractController - Hash
4535820A8505BDCC8BD3AB51B10EE058BDD11F324AD1BB019A5830C4DE82FE8D
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
EntityWrappersReuseList# | private | private System.Collections.Generic.List<Shared.Entity.EntityWrapper> EntityWrappersReuseList |
_canToggleOff# | private | private System.Boolean _canToggleOff |
_canToggleOn# | private | private System.Boolean _canToggleOn |
_checkPlateTimer# | private | private System.Single _checkPlateTimer |
_plateName# | private | private System.String _plateName |
_plateOn# | private | private System.Boolean _plateOn |
_worldModel# | private | private CandideServer.Models.Worlds.WorldModel _worldModel |
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
069552999E3A1FE3ED6EC6D322E5BD57321808A843C9FFF294467B9F563F60C3 - Body hash
5201FA2266C5C91CBDC5839E6F33E68AF590564E6430ED7301E2BEF941175E8B - IL size35
String literals
activation_id123
TurnOff
#
public System.Void TurnOff()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6293399DC6EB28BB9B43A3EC542EE4B2824C2C1FFD81C3727D68CF6E301FC46D - Body hash
8E6E775A6B8AEF8B63BBAEAFD47ED98FF528865BA6D8CE6F661792ACC766107A - IL size47
TurnOn
#
public System.Void TurnOn()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6DF49A61B2E167EEC55B445B4EC04468FC1DE08755AF2275453368F142A14CBB - Body hash
760FA480A12D1B751FD816A2011694E315BCA7A83A8CDC328E3F3A97F09B910D - IL size47
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
EC184B8A68084BB187B0A7C5353E6192D94C0F96E3F7E4FE412AC59CDE32A74D - Body hash
5F9EDBF46E54E32269924C223D8403DEC52666DCCEE0A146B4A53AFE2D6DB5EA - IL size211
Referenced calls
Shared.Entity.EntityWrapper::get_Fdt()System.Collections.Generic.List<Shared.Entity.EntityWrapper>::Clear()Shared.Entity.EntityWrapper::get_Position2()CandideCreator.Shared.Models.RectangleF::.ctor(System.Single, System.Single, System.Single, System.Single)Shared.Entity.EntitySystem::GetEntitiesInRectangleArea(CandideCreator.Shared.Models.RectangleF, System.Collections.Generic.List<Shared.Entity.EntityWrapper>)System.Collections.Generic.List<Shared.Entity.EntityWrapper>::Remove(!0)System.Collections.Generic.List<Shared.Entity.EntityWrapper>::get_Count()CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerPressurePlateController::TurnOn()CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerPressurePlateController::TurnOff()Shared.Entity.Base.AbstractController::Update(Microsoft.Xna.Framework.GameTime)
WorldLoad
#
public System.Void WorldLoad()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
EE7DCA200F1EC4F14801FB9072C70A02013E3E042313B2EC0397DCA2D23A42B2 - Body hash
205564A16B723AE2D94CCAADE239EE99185768C52C0ADB16DC7CC480C2F10734 - IL size34
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.WorldModel>::TryGetValue(!0, !1&)