Declaration
func GetAttackableEntity(attacker entity<Entity>) List<entity<Entity>>
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Attacker | Entity | Attacker |
Return
| Type | Description |
|---|---|
| ListT_Entity | List of attackable entities |
Gets the entity's attackable targets
func GetAttackableEntity(attacker entity<Entity>) List<entity<Entity>>
go
| Name | Type | Description |
|---|---|---|
| Attacker | Entity | Attacker |
| Type | Description |
|---|---|
| ListT_Entity | List of attackable entities |