डिक्लेरेशन
func GetPositionNearTeammate(target entity<Player>) Vector3
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Target | Player | Target Player |
वापस
टाइप | विवरण |
---|---|
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
नाम | टाइप | विवरण |
---|---|---|
Target | Player | Target Player |
टाइप | विवरण |
---|---|
Vector3 | Coordinate near the target player’s teammate |