डिक्लेरेशन
func CreateMonster(out var target entity<Monster>, position Vector3, type MonsterType, teamSeq int, chaseEnemy bool, actionType ActionType, path entity<CustomPath>)
go
पैरामीटर्स
इनपुट
| नाम | टाइप | विवरण |
|---|---|---|
| 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 |
आउट
| नाम | टाइप | विवरण |
|---|---|---|
| Target | AI | Target AI |