RBX.lua.SelectionPointLasso (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Preliminary title
>Camoy
No edit summary
Line 13: Line 13:
'''Limitations'''
'''Limitations'''


The [[Transparency (Property)|Transparency]] property may not work for this object.
The [[Transparency]] property may not work for this object.
[[Image:Humanoid_point_SelectionPointLasso.jpg|thumb|150px|A Vector3 point being lassoed.]]
[[Image:Humanoid_point_SelectionPointLasso.jpg|thumb|150px|A Vector3 point being lassoed.]]
|}
|}
Line 19: Line 19:
</div>
</div>
<div class="tabbertab" title="Methods">
<div class="tabbertab" title="Methods">
{{:Clone (Function)}}
{{members|SelectionPointLasso|Methods}}
{{:FindFirstChild (Function)}}
{{:GetChildren (Function)}}
{{:GetFullName (Function)}}
{{:IsA (Function)}}
{{:IsAncestorOf (Function)}}
{{:IsDescendantOf (Function)}}
{{:Remove (Function)}}
</div>
</div>
<div class="tabbertab" title="Properties">
<div class="tabbertab" title="Properties">
{{:Name (Property)}}{{:Parent (Property)}}
{{members|SelectionPointLasso|Properties}}
{{:Archivable (Property)}}
{{:ClassName (Property)}}
{{:Color (Property)}}
{{:Transparency (Property)}}
{{:Humanoid (Property)}}
{{:Point (Property)}}
{{:Visible (Property)}}
</div>
</div>
<div class="tabbertab" title="Events">
<div class="tabbertab" title="Events">
{{:AncestryChanged (Event)}}
{{members|SelectionPointLasso|Events}}
{{:Changed (Event)/property}}
{{:ChildAdded (Event)}}
{{:ChildRemoved (Event)}}
{{:DescendantAdded (Event)}}
{{:DescendantRemoving (Event)}}
</div>
</div>
</div>
</div>


[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 00:49, 27 December 2010

SelectionPointLasso
SelectionPointLasso (extends SelectionLasso)
method Clone
method FindFirstChild
method GetChildren
method GetDebugId
method GetFullName
method IsA
method IsAncestorOf
method IsDescendantOf
method Destroy
method ClearAllChildren
property Point
property Humanoid
property Color
property Transparency
property Visible
property Name
property Parent
property Archivable
property ClassName
property RobloxLocked
property DataCost
event AncestryChanged
event Changed
event ChildAdded
event ChildRemoved
event DescendantAdded
event DescendantRemoving
Preliminary:This item is under development and is likely to change. Use only for experimental work.

The SelectionPointLasso object is a 3D GUI object that shows a "lasso" between Humanoid and Point.

Limitations

Limitations

The Transparency property may not work for this object.

A Vector3 point being lassoed.