dxLinePick%(x#,y#,z#,dx#,dy#,dz#,radius#)

Parameters

x# - x coordinate of start of dxLine pick
y# - y coordinate of start of dxLine pick
z# - z coordinate of start of dxLine pick
dx# - distance x of dxLine pick
dy# - distance y of dxLine pick
dz# - distance z of dxLine pick
radius (optional) - radius of dxLine pick

Description

Returns the first entity between x,y,z to x+dx,y+dy,z+dz.

See also: dxEntityPick, dxLinePick, dxCameraPick, dxEntityPickMode.

Index