Skip to content

Selection

Anthony Headley edited this page May 12, 2020 · 3 revisions

Selection() : (Selection)[SelectionDataObject]

Brief:

Need more information

Returns a Dataobject not no idea of its format.

Paramiters:

Name Description Optional

Returns:

(Selection)[SelectionDataObject]

Examples:

local x = Selection().name
Echo("Name: %s", x) -- Name: Selection
x.Matrick:GetClass()```
Clone this wiki locally