Declaration
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go
Parameters
Input
Out
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
Status Code | ErrorCode | Success or not |