getMonsterEntity
Description
Returns the entity associated with a Monster in the trainer's team.
Return
Type | Description |
---|---|
entity | Returns the entity of the Monster if found in the trainer's team, or nil otherwise. |
Parameters
# | Name | Type | Mandatory | Description |
---|---|---|---|---|
1 | monsterId | MonsterID | Yes | The unique ID of the Monster whose entity is to be retrieved. |