From 40503ab8912c21c8f7913b190fcf835dd8ad18d1 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 8 Sep 2017 17:52:30 +0300 Subject: Documentation --- src/Mobs/Behaviors/BehaviorAttacker.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/Mobs/Behaviors/BehaviorAttacker.h') diff --git a/src/Mobs/Behaviors/BehaviorAttacker.h b/src/Mobs/Behaviors/BehaviorAttacker.h index 428e7a340..51a446eca 100644 --- a/src/Mobs/Behaviors/BehaviorAttacker.h +++ b/src/Mobs/Behaviors/BehaviorAttacker.h @@ -8,7 +8,15 @@ class cBehaviorAttacker; /** Grants attack capability to the mob. Note that this is not the same as agression! The mob may possess this trait and not attack anyone or only attack when provoked. Unlike most traits, this one has several forms, and therefore it is an abstract type -You should use one of its derived classes, and you cannot use it directly. */ +You should use one of its derived classes, and you cannot use it directly. + +Connections to other behaviors: + - Some behaviors may call cBehaviorAttacker::SetTarget + +Special connections: + - None. + +*/ class cBehaviorAttacker : public cBehavior { -- cgit v1.2.3