См. определение в файле ActionMineBush.c строка 28
29 {
31 return true;
32
33 Object targetObject = target.GetObject();
34 return targetObject.IsBush() && targetObject.IsCuttable();
35 }
proto native CGame GetGame()
Перекрестные ссылки ActionTarget и GetGame().