डिक्लेरेशन
func GetRandomSpawnPosition(target entity<Player>) Vector3
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Target | Player | Target Player |
वापस
टाइप | विवरण |
---|---|
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. |