CandideServer.Entities.Controllers.ServerDestructibleBushController
Type JSONpublic class in CandideServer.Entities.Controllers
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.Controllers - Base type
Shared.Entity.Base.AbstractController - Hash
1046F8933857DC7C6881EA0F77EB1C549913AE78F78F2D1C18D3E420C71486E8
Relationships
Base type
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
10956749BD8E40624A428F151E955D6FFC2E0E58B5CA0484DBF24E4478DE0A7F - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
FragileBreak
#
private System.Void FragileBreak()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
B8460125B65FC6DD48692C07B9FF8462924F9B8EE2A5C98A6827FCC3585D18A8 - Body hash
FB39C11139DD5DAB510A62F0C391C4F37D160A54C05D91D848E01F8CD2800B2F - IL size17
Referenced calls
Shared.Entity.EntityWrapper::set_Health(System.Single)
OnEntityCollision
#
public System.Boolean OnEntityCollision(Shared.Entity.EntityWrapper otherEntity, Microsoft.Xna.Framework.Vector3 thisOldVelocity, Microsoft.Xna.Framework.Vector3 thisNewVelocity, Microsoft.Xna.Framework.Vector3 otherOldVelocity, Microsoft.Xna.Framework.Vector3 otherNewVelocity, out Microsoft.Xna.Framework.Vector3& overrideVelocity)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
0E5C260F2677ED12B1C197A7DEA13E2AD286757F21D1EA9F68AFEB3A235A1079 - Body hash
ED650F59FDC8995B309BB43CB40059F100B82470181423A076289D69D35BDDB0 - IL size79
Referenced calls
Shared.Entity.EntityWrapper::get_Id()Shared.Entity.EntityWrapper::get_ThrowerId()System.Nullable<System.Guid>::get_HasValue()System.Nullable<System.Guid>::GetValueOrDefault()System.Guid::op_Equality(System.Guid, System.Guid)Shared.Entity.EntityWrapper::get_IsThrown()CandideServer.Entities.Controllers.ServerDestructibleBushController::FragileBreak()
OnHitTheGround
#
public System.Void OnHitTheGround()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
653D2A99A09D269B5748545D16E7A345D149F8000DB30B8ECB279E799011ED35 - Body hash
AB5AA94CB13B4097AA4BDCC6DA4824E6A63F4A6F1F7A2127BD952D19098DC369 - IL size7
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
7E9A78E21D0A71858B860462E9F9DF2F871D8C637373BE67B0C8D91844ED25AB - Body hash
71DFFDE669172CB4AE267C22206DC9ACFCDB4BFF912F0F5DB1ECA69523C02BE2 - IL size20
Referenced calls
Shared.Entity.EntityWrapper::get_IsThrown()CandideServer.Entities.Controllers.ServerDestructibleBushController::FragileBreak()