CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerFallingPressurePlateController
Type JSONpublic class in CandideServer.Entities.ControllerSets.PuzzleMechanics
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets.PuzzleMechanics - Base type
Shared.Entity.Base.AbstractController - Hash
26656BF7D7713CEAF8817CFE03B737C33EDB34504560217CD31364CCA431CDDB
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
EntityWrappersReuseList# | private | private System.Collections.Generic.List<Shared.Entity.EntityWrapper> EntityWrappersReuseList |
ResetTime# | public | public System.Single ResetTime |
_checkPlateTimer# | private | private System.Single _checkPlateTimer |
_plateOn# | private | private System.Boolean _plateOn |
_startPos# | private | private Microsoft.Xna.Framework.Vector3 _startPos |
_timeBeforeFall# | private | private System.Single _timeBeforeFall |
_timeBeforeReset# | private | private System.Single _timeBeforeReset |
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
A853A32D9375AADC2D712718392482BB6C10FF525470BDA22367D9B4ADB973FE - Body hash
13B379FF7E494925A24E8E14B2DB1A6541BECB2B5A4021BCCEF1BFA4A250AA7D - IL size116
Referenced calls
CandideCreator.Shared.Helpers.Parameters::GetFloat(System.String, System.Single)Shared.Entity.EntityWrapper::get_Position()System.Globalization.CultureInfo::get_InvariantCulture()System.Single::ToString(System.IFormatProvider)CandideCreator.Shared.Helpers.Parameters::Set(System.String, System.String)
String literals
time_before_falltime_before_resetz
TurnOff
#
public System.Void TurnOff()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
AD91E51CEE789844A779F1CC07A32D2801788AF317765E4C8C225DA8E15FCC4D - Body hash
7273C070E9BE7405998F138CCB5FDD37E88860C397B364D7D3B7FE0CC60E59AF - IL size15
TurnOn
#
public System.Void TurnOn()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
4398159A525ACCE37CD1DC2130E4BC34AB562224CD65A8AA20125B89449933A4 - Body hash
079C8B814ADB6824C64C88558866AA904C6297D27048D6ECFF2D0E66BF3EF750 - IL size15
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
4B7379C0AE0BB4D45E72DEA39B93F825CA3A40F77F7EAEFDF74396765E50D542 - Body hash
9D5478D76B2566CC4A788DBAF769F371169F596E59DB12A659AC6D61A5FE5A46 - IL size606
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>::GetEnumerator()List.Enumerator<Shared.Entity.EntityWrapper>::get_Current()Shared.Entity.EntityWrapper::get_Immovable()Shared.Entity.EntityWrapper::get_Mask()Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)Shared.Entity.EntityWrapper::get_StandingOnEntityId()Shared.Entity.EntityWrapper::get_HeightFromFloor()List.Enumerator<Shared.Entity.EntityWrapper>::MoveNext()System.IDisposable::Dispose()CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerFallingPressurePlateController::TurnOn()CandideServer.Entities.ControllerSets.PuzzleMechanics.ServerFallingPressurePlateController::TurnOff()Shared.Entity.EntityWrapper::set_Immovable(System.Boolean)Shared.Entity.EntityWrapper::set_AirFriction(System.Double)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)Shared.Entity.EntityWrapper::set_Position(Microsoft.Xna.Framework.Vector3)