6,834
edits
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|class = Ped | |class = Ped | ||
|name = walkTo | |name = walkTo | ||
|parameters = | |parameters = Vec3 destinationPosition | ||
|parameter1 = | |parameter1 = Vec3 destinationPosition The 3D game position for the ped to walk to. | ||
|usage = make the ped walk to a position | |usage = make the ped walk to a position | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
|notes = This method previously took a Vec2, instead of a Vec3. | |||
}} | }} |
edits