Get (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added
>Nightname
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Deprecated|Use the [[GetObjects]] method instead.}}
{{Locked}}
 
<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]]

Latest revision as of 18:23, 28 March 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Get( )
Returns Table Selection
Description: Returns a table of the selected objects
Member of: Selection








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