Delegate DestructableComponent.OnHitTakenAndDestroyedDelegate
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public delegate void DestructableComponent.OnHitTakenAndDestroyedDelegate(DestructableComponent target, Agent attackerAgent, in MissionWeapon weapon, ScriptComponentBehavior attackerScriptComponentBehavior, int inflictedDamage)
Parameters
targetDestructableComponentattackerAgentAgentweaponMissionWeaponattackerScriptComponentBehaviorScriptComponentBehaviorinflictedDamageint
- Extension Methods
Constructors
OnHitTakenAndDestroyedDelegate(object, IntPtr)
public OnHitTakenAndDestroyedDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(DestructableComponent, Agent, in MissionWeapon, ScriptComponentBehavior, int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(DestructableComponent target, Agent attackerAgent, in MissionWeapon weapon, ScriptComponentBehavior attackerScriptComponentBehavior, int inflictedDamage, AsyncCallback callback, object @object)
Parameters
targetDestructableComponentattackerAgentAgentweaponMissionWeaponattackerScriptComponentBehaviorScriptComponentBehaviorinflictedDamageintcallbackAsyncCallbackobjectobject
Returns
EndInvoke(in MissionWeapon, IAsyncResult)
public virtual void EndInvoke(in MissionWeapon weapon, IAsyncResult result)
Parameters
weaponMissionWeaponresultIAsyncResult
Invoke(DestructableComponent, Agent, in MissionWeapon, ScriptComponentBehavior, int)
public virtual void Invoke(DestructableComponent target, Agent attackerAgent, in MissionWeapon weapon, ScriptComponentBehavior attackerScriptComponentBehavior, int inflictedDamage)
Parameters
targetDestructableComponentattackerAgentAgentweaponMissionWeaponattackerScriptComponentBehaviorScriptComponentBehaviorinflictedDamageint
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).