Delegate LocationCharacter.AddBehaviorsDelegate
- Namespace
- TaleWorlds.CampaignSystem.Settlements.Locations
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void LocationCharacter.AddBehaviorsDelegate(IAgent agent)
Parameters
agent
IAgent
- Extension Methods
Constructors
AddBehaviorsDelegate(object, IntPtr)
public AddBehaviorsDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(IAgent, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IAgent agent, AsyncCallback callback, object @object)
Parameters
agent
IAgentcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(IAgent)
public virtual void Invoke(IAgent agent)
Parameters
agent
IAgent
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).