1,615
edits
(Add ScriptItem documentation from GTA VC SCM decompile) |
(Add ScriptItem documentation from GTA VC SCM decompile) |
||
| Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |side = client | ||
|games = vc | |games = vc | ||
|type = function | |type = function | ||
|name = natives.GET_DISTANCE_BETWEEN_COORDS_2D | |name = natives.GET_DISTANCE_BETWEEN_COORDS_2D | ||
| | |arg1 = Vec2 position World coordinates (x, y). | ||
|arg2 = Vec2 position World coordinates (x, y). | |||
| | |desc = retrieves the distance between coords 2d | ||
| | |||
|return1 = void | |return1 = void | ||
}} | }} | ||
edits