CandideServer.Entities.ControllerSets.Cyclops.ServerFallingRockProjectileController
Type JSONpublic class in CandideServer.Entities.ControllerSets.Cyclops
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets.Cyclops - Base type
Shared.Entity.Base.AbstractController - Hash
944BEF7AF3DF54E4436CF65F0BE1723E34233247D22E4A029B975DFB433A8E7E
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
ShouldBeRemoved# | private | private System.Boolean ShouldBeRemoved |
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
3B0CA0B2B693E4997935664F6516CA6F552A7898D24956A9E6A96AC8E3B33DB6 - Body hash
C90DE5E08D7C1C901D42F07B78C69636A09DCD5610D7B1A8C4910BC630DDCD25 - IL size29
Referenced calls
Shared.Entity.EntityWrapper::set_GravityScale(System.Single)Shared.Entity.EntityWrapper::set_NoTerrainCollision(System.Boolean)
Explode
#
private System.Void Explode()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
3B88999E768C694F2F661D32D4E85E6733B8EB87EE551408041396134DE87E38 - Body hash
FAD6D5F2FBAFCF7CB90CA2B380911166E685C0928D87C3866A316491DF3080FA - IL size108
Referenced calls
Shared.Entity.EntityWrapper::get_Id()System.Collections.Generic.Dictionary<System.Guid, CandideServer.Entities.ServerEntityModel>::TryGetValue(!0, !1&)Shared.Entity.EntityWrapper::get_Position()System.Nullable<Microsoft.Xna.Framework.Vector3>::.ctor(!0)System.Nullable<System.Single>::.ctor(!0)CandideServer.ServerManagers.SpellServerManager::TryCastSpell(System.String, System.Nullable<Microsoft.Xna.Framework.Vector3>, System.Nullable<System.Single>, CandideServer.Entities.ServerEntityModel, System.Nullable<Shared.Combat.Spells.Casting.SpellCastingContextItemData>, System.Object, Shared.Models.Spells.AttackSpellArgs, System.Guid, System.Nullable<System.Guid>, System.Boolean)
Called by
String literals
falling_rock_projectile_explosion:0
OnTerrainCollision
#
public System.Void OnTerrainCollision(Microsoft.Xna.Framework.Vector3 previousVelocity, Microsoft.Xna.Framework.Vector3& velocity)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
F94C7E914C66F8C489A195DA145BC7CB6BB43CFE768DE7D8656989FA37FF0A79 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
356B0396BE21A754B2F2C778DEF8440E02C925A701217B1530F5F94B70DD7DA7 - Body hash
9C641A351ABAF527D3E01A3B37ADA1A25A7E0A05F5CDA6DB3403B69776ED94C6 - IL size89
Referenced calls
Shared.Entity.EntityWrapper::get_HeightFromFloor()Shared.Entity.EntityWrapper::get_VelocityZ()CandideServer.Entities.ControllerSets.Cyclops.ServerFallingRockProjectileController::Explode()Shared.Entity.EntityWrapper::Delete(Shared.Entity.EntityRemoveInfo)