6,834
edits
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = sprintTo | ||
|side = client | |||
|type = method | |type = method | ||
|class = Ped | |class = Ped | ||
| | |games = vc sa iv | ||
| | |desc = set the ped to sprint to a position | ||
| | |arg1 = Vec3 destinationPosition The 3D game position for the ped to sprint to. | ||
| | |return = void | ||
| | |freturn = void | ||
| | |sinceSS = 1.0.72 | ||
|notes = This method previously took a Vec2, instead of a Vec3. | |||
}} | }} |
edits