Declaración
func GetPositionNearTeammate(target entity<Player>) Vector3
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Regresar
Tipo | Descripción |
---|---|
Vector3 | Coordinate near the target player’s teammate |
Get the position of a random teammate. If there are no teammates, return the coordinates near yourself. Avoid the position of players who are unable to stand.
func GetPositionNearTeammate(target entity<Player>) Vector3
go
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Tipo | Descripción |
---|---|
Vector3 | Coordinate near the target player’s teammate |