Create Monster

AI
Lado del servidor
Disponible en PC y móvil

Creating an AI Monster

Declaración

func CreateMonster(out var target entity<Monster>, position Vector3, type MonsterType, teamSeq int, chaseEnemy bool, actionType ActionType, path entity<CustomPath>)
go

Parámetros

Entrada

Nombre Tipo Descripción
Position Vector3 Create a location
Type AIType AI Types
Team Sequency Int Team
Chase Enemy Bool Whether to automatically search for enemies
Action Type ActionType Attack Mode
Path CustomPath Travel path

Afuera

Nombre Tipo Descripción
Target AI Target AI