CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSlamHandler
Type JSONpublic class in CandideServer.Entities.ControllerSets.RobotBoss
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets.RobotBoss - Base type
System.Object - Hash
A7AE8ACD4770059A0F8631729CFD8CE8CEA0BBD798B4EBE039DC633FE2274679
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
BossController# | public | public CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController BossController |
EndHeight# | public | public System.Single EndHeight |
Entity# | public | public Shared.Entity.EntityWrapper Entity |
FloatHeight# | public | public System.Single FloatHeight |
PredictionScale# | public | public System.Single PredictionScale |
RecoveryTime# | public | public System.Single RecoveryTime |
ReturnPosition# | public | public Microsoft.Xna.Framework.Vector3 ReturnPosition |
SlamTime# | public | public System.Single SlamTime |
StartHeight# | public | public System.Single StartHeight |
State# | public | public System.Int32 State |
Target# | public | public Shared.Entity.EntityWrapper Target |
Timer# | public | public System.Single Timer |
Methods
Attack
#
public System.Void Attack(Shared.Entity.EntityWrapper entity)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
82178B2CEACE3E1519B35E791530F1EFF854363D6A52BBBC66B9F5B4F5B75B89 - Body hash
6C3DF9451AD20507FEBE74731C60977C5B60E740425296E815ADCB67F3F1F102 - IL size32
Referenced calls
Finish
#
public System.Void Finish()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
117E419E88CFF119F1DB500C3D56D3D01F8E11B2DD50355C77F776B1CAB33B1F - Body hash
092D0D3483E65584D22DB6DAE2D13EA267C639D73F82D5B11BEB584FBE81FC7A - IL size37
Referenced calls
ResetState
#
public System.Void ResetState()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
0127B790AD5EF1FE560D7E5F78241FCB998A3CE397E15F7FC2C9D47DEDCB18B5 - Body hash
ABD847AEB335E20CBD50AAAF9DBB49FA93EC9B560DF0B109137510C1C5074746 - IL size12
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
519670530C75CEEC5AD520EFA167D28D645D6DEFF062362C57985FF0C5951F14 - Body hash
5245074172FB1025F67C812A803D1BF1F14B1BA1AE745613AE76B693600BBCE1 - IL size1075
Referenced calls
CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSlamHandler::Finish()Shared.Entity.EntityWrapper::get_Fdt()CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSlamHandler::ResetState()Shared.Entity.EntityWrapper::get_PositionZ()Shared.Entity.EntityWrapper::get_Position()CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideServer.World.ServerWorldHandler::HeightAtPoint(CandideServer.Models.Worlds.WorldModel, Microsoft.Xna.Framework.Vector2, System.Single)Shared.Entity.EntityWrapper::get_Velocity()Microsoft.Xna.Framework.Vector3::op_Multiply(Microsoft.Xna.Framework.Vector3, System.Single)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Shared.Entity.EntityWrapper::get_Shape()Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)Microsoft.Xna.Framework.Vector3::Clamp(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector3::op_Subtraction(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)Microsoft.Xna.Framework.Vector3::get_One()System.Math::Clamp(System.Single, System.Single, System.Single)Shared.Entity.EntityWrapper::set_Position(Microsoft.Xna.Framework.Vector3)CandideCreator.Shared.Helpers.InterpolationHelper::BackIn(System.Single)Microsoft.Xna.Framework.MathHelper::Lerp(System.Single, System.Single, System.Single)Shared.Entity.EntitySystem::GetEntitiesTouchingCircleArea(Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Single)System.Collections.Generic.List<Shared.Entity.EntityWrapper>::GetEnumerator()List.Enumerator<Shared.Entity.EntityWrapper>::get_Current()Shared.Combat.DamageTypesArray::.ctor(System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Single)System.Nullable<Microsoft.Xna.Framework.Vector3>::.ctor(!0)Shared.Combat.SharedCombatHandler::CalculateAndApplyDamage(Shared.Entity.EntityWrapper, Shared.Entity.EntityWrapper, Shared.Combat.DamageTypesArray, System.Nullable<Microsoft.Xna.Framework.Vector3>, System.Nullable<Microsoft.Xna.Framework.Vector3>, Shared.Combat.DamageSourceType, Shared.Combat.DamageVfxType, System.Boolean, System.Single, System.Single, Shared.Combat.DamageVfxModifier)List.Enumerator<Shared.Entity.EntityWrapper>::MoveNext()System.IDisposable::Dispose()Microsoft.Xna.Framework.Vector3::Distance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)