Create Monster

AI
सर्वर साइड
क्राफ्टलैंड स्टूडियो मोबाइल और पीसी दोनों पर उपलब्ध है

Creating an AI Monster

डिक्लेरेशन

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