FindPartOnRayWithIgnoreList (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Created page with "<onlyinclude>{{Method |name = FindPartOnRayWithIgnoreList |arguments = Ray '''ray''', Table '''ignoreDescendentsTable''', Bool '''Terrai..."
>Tenal
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 12: Line 12:
==See Also==
==See Also==
* For more usage information, see [[FindPartOnRay (Method)]]
* For more usage information, see [[FindPartOnRay (Method)]]
[[Category:Methods]]

Latest revision as of 03:28, 7 February 2012

FindPartOnRayWithIgnoreList( Ray ray, Table ignoreDescendentsTable, Bool TerrainCellsAreCubes )
Returns BasePart object, Vector3 position
Description: Returns the first part that intersects with a ray.
Member of: Workspace



See Also