CandideServer.Entities.Controllers.ServerGateController
Type JSONpublic class in CandideServer.Entities.Controllers
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.Controllers - Base type
CandideServer.Entities.Controllers.ServerFurnitureController - Hash
DF74DCA42748C0C82DEB54E79F68FF98948F9134565CA51FD48612C8D85FDCAF
Relationships
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
15F86517C3A4FD60BEF94F30969C253AB85F6DDDAF27906AC5BD88EA3DB1E064 - Body hash
3BC1733A554B3D406BCC11B62441EB69A147CFF04AC88C8943DF97A9E1BEC4C3 - IL size36
OnDamaged
#
public System.Void OnDamaged(Shared.Combat.DamageResult damageResult)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
83C46EFF27528C9A41DA9D8CD62DD9742264332E37FC22E25D3B3757F38694C5 - Body hash
8A13830AAF7F9DF86475FB27D270028845B5663FE55D24AD4943FD45ADDD9EDA - IL size86
Referenced calls
CandideServer.Entities.Controllers.ServerFurnitureController::OnDamaged(Shared.Combat.DamageResult)Shared.Entity.EntityWrapper::get_Health()
OnInteract
#
public System.Void OnInteract(Shared.Entity.EntityWrapper otherEntity)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
1B684AFA28732D0D7A7B49D7E7BC017248A645ABEE2D26AA14101883E7E646A7 - Body hash
A6CCCDA317971C50AD52355C41874DE189075BF94647C67A8835DF7E65B3F69B - IL size40
OnOutOfHealth
#
public System.Boolean OnOutOfHealth(Shared.Combat.DamageResult damageResult)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
5250D15F2CE46B93FB437A6D926F09C2C44A55B08DE23F30DF0BC14259061AFF - Body hash
EFC9EAEB20225E1FF72AEFC5E3D185439A19D99F2965817E6FE604A958F87F3B - IL size18
Referenced calls
Shared.Entity.EntityWrapper::set_Health(System.Single)
OnProjectileHit
#
public System.Boolean OnProjectileHit(System.Int32 id, Shared.Combat.Spells.Casting.CastSpell spell)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
3015F5FA28B62A05225B0AB3515EE17CDA6BF1C680420A4A1CE483215DBC2BB5 - Body hash
D1B190D525BC1BC4F0BB63D8EB07A8E77AA3A4924257A93E20CB81AE20964D24 - IL size15
Referenced calls
Shared.Entity.EntityWrapper::get_NoEntityCollision()
OnServerSetState
#
public System.Void OnServerSetState(System.Int32 state)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
F376033705B1004E11FF580E3FDFDDA1B4999C0195045D3B1F5510CB763C4697 - Body hash
E8491CED3A363FEF38E060045EF1B770068CC6A339E2CD784CB847C088C506FF - IL size42
Referenced calls
Shared.Entity.Base.AbstractController::OnServerSetState(System.Int32)Shared.Entity.EntityWrapper::set_NoEntityCollision(System.Boolean)
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
2699759E1606684BE8CA55E045F804C3C1870DC126111B457AD8005D14E3FDEC - Body hash
F9B8C75ABC0535B6FCC086CBF03000E6B8FBED896BEF8A01405A3E272560392E - IL size58
Referenced calls
Shared.Entity.Base.AbstractController::Update(Microsoft.Xna.Framework.GameTime)Shared.Entity.EntityWrapper::get_Health()Shared.Entity.Base.AbstractController::OnServerSetState(System.Int32)Shared.Entity.EntityWrapper::set_DoNotGenerateThreat(System.Boolean)