CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerGateSwitchController
Type JSONpublic class in CandideServer.Entities.ControllerSets.PuzzleMechanics
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets.PuzzleMechanics - Base type
Shared.Entity.Base.AbstractController - Hash
5381AF9B01FC417E48D251522DD378D9A830AE15CA2991CDF1E192797C63EA09
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
HasRod# | public | public System.Boolean HasRod |
HasRodParameterName# | public | public System.String HasRodParameterName |
_leverName# | private | private System.String _leverName |
_switchCheckOn# | private | private System.Boolean _switchCheckOn |
_worldModel# | private | private CandideServer.Models.Worlds.WorldModel _worldModel |
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
8B402FE15ED8EFA2C2BA27D99B0401E3BAB75DAD8BA958901DA450B29F27A6AA - Body hash
14A177E85DBE02B187F687C0A8ED966B2706B75CEEFA71636C2F2E36BC54EA2B - IL size90
Referenced calls
String literals
lever_name123switch_on
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
E5F83E507820C63B1E08BCA5091F4BA2D020F59EFE0F28E420E4C0CA49775737 - Body hash
1775E7853AB0EDFA65E66B7CCF459E43705B6D75AA705D948EE2C32845C6CB4C - IL size195
Referenced calls
Shared.Entity.Base.AbstractController::Update(Microsoft.Xna.Framework.GameTime)CandideServer.Models.Worlds.WorldModel::Get(System.String)Shared.Entity.EntityWrapper::get_MaskRef()Shared.Entity.Components.ComponentExtension::RemoveFlag(Shared.Entity.Components.Component&, Shared.Entity.Components.Component)Shared.Entity.Components.ComponentExtension::SetFlag(Shared.Entity.Components.Component&, Shared.Entity.Components.Component)
WorldLoad
#
public System.Void WorldLoad()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
330A817D606187B8E647733DB51C4E362887A29E65E83BB1F5CC9A7D69F0A563 - Body hash
6645C15A553810F95D9DAA09FBEEFBD781EACD1555789B8090C0653CEE28EB49 - IL size34
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.WorldModel>::TryGetValue(!0, !1&)