Declaration
func JoinNewTeam(target entity<Entity>, out var newTeam entity<Team>, out var statusCode StatusCode)
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| 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
| Name | Type | Description |
|---|---|---|
| Target | Entity | Target to join the team |