Changed documentation for OnEnterComplete
This commit is contained in:
@@ -53,9 +53,9 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
protected virtual bool TryStartEnter(Actor self, Actor targetActor) { return true; }
|
protected virtual bool TryStartEnter(Actor self, Actor targetActor) { return true; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called when the actor has entered the target actor
|
/// Called when the actor has entered the target actor.
|
||||||
/// Return true if the action succeeded and the actor should be Killed/Disposed
|
/// Actor will be be Killed/Disposed or they will exit unharmed.
|
||||||
/// (assuming the relevant EnterBehaviour), or false if the actor should exit unharmed
|
/// Depends on either the EnterBehaviour of the actor or the requirements of an overriding function.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected virtual void OnEnterComplete(Actor self, Actor targetActor) { }
|
protected virtual void OnEnterComplete(Actor self, Actor targetActor) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user