डिक्लेरेशन
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go
पैरामीटर्स
इनपुट
आउट
नाम | टाइप | विवरण |
---|---|---|
Status Code | ErrorCode | Success or not |
Making the target join the specified team, this will cause the target to leave the original team
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go
नाम | टाइप | विवरण |
---|---|---|
Status Code | ErrorCode | Success or not |