Added notice for entering vehicles in docs
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called when the actor has entered the target actor.
|
/// Called when the actor has entered the target actor.
|
||||||
/// Actor will be be Killed/Disposed or they will exit unharmed.
|
/// Actor will be be Killed/Disposed or they will enter/exit unharmed.
|
||||||
/// Depends on either the EnterBehaviour of the actor or the requirements of an overriding function.
|
/// 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