Declaración
func GetRandomSpawnPosition(target entity<Player>) Vector3
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Regresar
Tipo | Descripción |
---|---|
Vector3 | Random birth point coordinates. If there is no birth point that meets the conditions, a position close to (0, 0, 0) will be returned. |