डिक्लेरेशन
func JoinNewTeam(target entity<Entity>, out var newTeam entity<Team>, out var statusCode StatusCode)
go
पैरामीटर्स
इनपुट
| नाम | टाइप | विवरण |
|---|---|---|
| Target | Entity | Target to join the team |
Making the target join a new team,this will cause the target to leave the original team
func JoinNewTeam(target entity<Entity>, out var newTeam entity<Team>, out var statusCode StatusCode)
go
| नाम | टाइप | विवरण |
|---|---|---|
| Target | Entity | Target to join the team |