Get (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>LPGhatguy
GetObjects? Fail, much. Changed to GetChildren.
>ArceusInator
No edit summary
Line 1: Line 1:
{{Deprecated|Use the [[GetChildren]] method instead.}}
<onlyinclude>{{Method|name = Get
|arguments =
|returns = [[Table]] ''Selection''
|description = Returns a table of the Selected objects
|object = Selection
|protected = Yes
}}</onlyinclude>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{Example|
<pre>
print( game.Selection:Get() ) --> table: 07099AC0
</pre>}}
[[Category:Methods]]
[[Category:Methods]]

Revision as of 01:32, 30 December 2010

Get( )
Returns Table Selection
Description: Returns a table of the Selected objects
Member of: Selection








Example
print( game.Selection:Get() ) --> table: 07099AC0