डिक्लेरेशन
func AttackTarget(target entity<Monster>, attackTarget entity<Combatable>)
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Target | AI | The AI entity that performs the attack |
Attack Target | FightingEntity | Attacked Target |
AI entity attacks the specified target
func AttackTarget(target entity<Monster>, attackTarget entity<Combatable>)
go
नाम | टाइप | विवरण |
---|---|---|
Target | AI | The AI entity that performs the attack |
Attack Target | FightingEntity | Attacked Target |