Talk:Function Dump/Roblox Specific Functions: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Merlin11188 →Locked Functions?: new section |
>Legend26 |
||
(18 intermediate revisions by 6 users not shown) | |||
Line 13: | Line 13: | ||
Why do we have a section on locked functions? We certainly don't have all of them. | Why do we have a section on locked functions? We certainly don't have all of them. | ||
<div style="border-top: 1px dotted #AAA; color:#000000; font-size:10px">([[User:Merlin11188|Merlin11188]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=128839 Send Message] | [http://wiki.roblox.com/index.php/Special:EmailUser/Merlin11188 E-mail] |Wiki Writer) — 19:23, 18 July, 2011 - UTC</div> | <div style="border-top: 1px dotted #AAA; color:#000000; font-size:10px">([[User:Merlin11188|Merlin11188]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=128839 Send Message] | [http://wiki.roblox.com/index.php/Special:EmailUser/Merlin11188 E-mail] |Wiki Writer) — 19:23, 18 July, 2011 - UTC</div> | ||
:Are any of us going to use them on ROBLOX anyway? Remember, this is a ROBLOX wiki, not a Lua wiki. Just a thought. <div>—<span style="font-size:12px"><sub>[[User:Quenty|<span style="font-family:Trebuchet MS"><font color="'''#600'''">writer </font></span>]][[User:Quenty|<span style="font-family:Trebuchet MS"><font color="'''#008'''">Quenty</font></span>]]<span style="color:#AAA"> • </span></sub><sup><span style="position: relative; left:-60px; margin-right:-24px;">[[User:Quenty|<span style="font-family:Trebuchet MS"><font color="#800">'''Roblox Wiki'''</font></span>]]</span></sup><span style="color:#AAA; font-size:10px; position: relative; left:-30px;">( [[User_Talk:Quenty|<span style="color:#AAA">Talk</span> | <span style="color:#AAA">July 18</span>]] )</span></span></div> | |||
::It's for the locked functions which belong in the function dump page. Not just any locked functions.<div style="border-top: 1px solid #AAA; color:#000000; font-size:10px">Trappingnoobs <span style="color:skyblue">(Writer)</span><span style="color:red"> Have I done something bad? Good? Tell me on my [[User_talk:Trappingnoobs|talk page]]</span><span style="color:grey;float:right"> 19:46, 18 July 2011 (UTC)</span></div> | |||
== shared == | |||
Should we add a section for this here? There IS one for _G on the core functions page. <span style="font-size: 75%; line-height: inherit;">[[User:Legend26|Legend26]] ([[User talk:Legend26|talk]] | [[Special:Contributions/Legend26|contribs]])</span> 21:01, 13 January 2012 (EST) | |||
:It's not technically a function, is it? Make a page for it though. --[[User:Samacado|Samacado]] 21:03, 13 January 2012 (EST) | |||
::Not technically, but what I mean is - there's really very little to say about it in the first place. It doesn't really warrant an entire page does it? <span style="font-size: 75%; line-height: inherit;">[[User:Legend26|Legend26]] ([[User talk:Legend26|talk]] | [[Special:Contributions/Legend26|contribs]])</span> 21:06, 13 January 2012 (EST) | |||
:::Not sure where you'd put it. I'd make a separate page. Be sure to add it to the see also's for _G and such. --[[User:Samacado|Samacado]] 21:15, 13 January 2012 (EST) | |||
== tick() == | |||
Read the description. Did someone do it backwards (LocalScript vs Script)? Because I was sure LocalScript got the user's computer information (client)? [[User talk:MrNicNac|<font color="#007BA7" size="4">†</font>]][[User:MrNicNac|<font color="#E52B50" size="3" face="Harlow Solid Italic">MrNicNac - Senior Wiki Editor</font>]] [[Special:Contributions/MrNicNac|<font color="#007BA7" size="4">†</font>]] | |||
:Yea, you're right (except the times that a script acts like a local script? Not sure on that). I think that's what tried to mean, but someone messed up the sentence when they wrote it for whatever reason accidently. <span style="font-size: 75%; line-height: inherit;">[[User:Legend26|Legend26]] ([[User talk:Legend26|talk]] | [[Special:Contributions/Legend26|contribs]])</span> 13:42, 15 April 2012 (EDT) |
Latest revision as of 17:42, 15 April 2012
Adding
What do you guys think. There are many ROBLOX Specific functions that are not included here. For example.. Instance.new, Instance.Lock, Faces.new, and more. These global functions should be documented.
- I believe Faces should have it's own page. --Blocco|Userpage-Talkpage 15:57, 25 June 2010 (UTC)
- These "constructor" functions are documented on the corresponding type pages. Except that the Instance page is missing/incomplete at last check. --GoldenUrg 01:38, 26 June 2010 (UTC)
Print?
print() isn't just Roblox specific, is it? --Mattchewy (talk) 15:54, 25 June 2010 (UTC)
- This implementation of print is Roblox specifc, allow we could use some additional information on the technical limitations could be added. --GoldenUrg 01:35, 26 June 2010 (UTC)
Locked Functions?
Why do we have a section on locked functions? We certainly don't have all of them.
- Are any of us going to use them on ROBLOX anyway? Remember, this is a ROBLOX wiki, not a Lua wiki. Just a thought.
- It's for the locked functions which belong in the function dump page. Not just any locked functions.Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page 19:46, 18 July 2011 (UTC)
- It's for the locked functions which belong in the function dump page. Not just any locked functions.
Should we add a section for this here? There IS one for _G on the core functions page. Legend26 (talk | contribs) 21:01, 13 January 2012 (EST)
- It's not technically a function, is it? Make a page for it though. --Samacado 21:03, 13 January 2012 (EST)
- Not technically, but what I mean is - there's really very little to say about it in the first place. It doesn't really warrant an entire page does it? Legend26 (talk | contribs) 21:06, 13 January 2012 (EST)
- Not sure where you'd put it. I'd make a separate page. Be sure to add it to the see also's for _G and such. --Samacado 21:15, 13 January 2012 (EST)
- Not technically, but what I mean is - there's really very little to say about it in the first place. It doesn't really warrant an entire page does it? Legend26 (talk | contribs) 21:06, 13 January 2012 (EST)
tick()
Read the description. Did someone do it backwards (LocalScript vs Script)? Because I was sure LocalScript got the user's computer information (client)? †MrNicNac - Senior Wiki Editor †