IMyDestroyableObjectDoDamage Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]
Namespace: VRage.Game.ModAPI.Interfaces
bool DoDamage( float damage, MyStringHash damageSource, bool sync, Nullable<MyHitInfo> hitInfo = null, long attackerId = 0 )
[Missing <param name="damage"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]
[Missing <param name="damageSource"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]
[Missing <param name="sync"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]
[Missing <param name="hitInfo"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]
[Missing <param name="attackerId"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]
[Missing <returns> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject.DoDamage(System.Single,VRage.Utils.MyStringHash,System.Boolean,System.Nullable{VRage.Game.ModAPI.MyHitInfo},System.Int64)"]