|
| 22 Sep 2012 04:30 PM |
| Is there a script to show all the methods of an instance? Like show all the methods of Lighting?? |
|
|
| Report Abuse |
|
|
Xnite515
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 22763 |
|
| |
|
| |
|
|
| 22 Sep 2012 04:34 PM |
Is there a way to print all the methods of an instance? ex:
for i,v in pairs(game:GetMethods()) do print(v) end
>game:Load() game:Save() game:Shutdown() game:SetMessage() game:ClearMessage()...etc. |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 04:35 PM |
| Thanks guys! You were no help at all! :D |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 04:35 PM |
| ROBLOX Studio > Help > Object Browser |
|
|
| Report Abuse |
|
|
Xnite515
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 22763 |
|
|
| 22 Sep 2012 04:36 PM |
Yeah but you to write it all out.
table = {"game.Players:GetPlayers()") print(table) |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 04:37 PM |
| Finally, some help. Now, really thanks. |
|
|
| Report Abuse |
|
|
| |
|
|
| 22 Sep 2012 04:39 PM |
| That works, but I wanna see all the methods for 'game' not 'Workspace' or 'Lighting'. It won't let me! |
|
|
| Report Abuse |
|
|
Treshold
|
  |
| Joined: 01 Aug 2012 |
| Total Posts: 109 |
|
| |
|
mamaguy
|
  |
| Joined: 07 Oct 2010 |
| Total Posts: 7073 |
|
|
| 22 Sep 2012 05:13 PM |
? objects in the object browser are Instances, methods of Instance are like Instance.new, etc. |
|
|
| Report Abuse |
|
|
mamaguy
|
  |
| Joined: 07 Oct 2010 |
| Total Posts: 7073 |
|
|
| 22 Sep 2012 05:14 PM |
@My old post, disregard that, I'm tired :C |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 22 Sep 2012 05:32 PM |
| The answer to the OP's question is no, not without hardcoding them. It's on the Scripters' Wishlist. |
|
|
| Report Abuse |
|
|