AddSpecialKey (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
New page: {{Locked}} {{Method |name=AddSpecialKey |arguements=SpecialKey ''key'' |description=Adds a key to the GuiService to fire the SpecialKeyPressed event. The key does not fire the [[K...
>Ozzypig
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Locked}}
<noinclude>{{Locked}}</noinclude>
{{Method
{{Method
|name=AddSpecialKey
|name=AddSpecialKey
|arguements=[[SpecialKey]] ''key''
|arguments=[[SpecialKey]] ''key''
|description=Adds a key to the GuiService to fire the [[SpecialKeyPressed]] event.  The key does not fire the [[KeyDown]] event when it's pressed.
|description=Adds a key to the GuiService to fire the [[SpecialKeyPressed (Event)|SpecialKeyPressed]] event.  The key does not fire the [[KeyDown]] event when it's pressed.
|object=GuiService
|object=GuiService
|protected=Yes}}
|protected=Yes}}
[[Category:Methods]]
<noinclude>[[Category:Methods]]</noinclude>

Latest revision as of 03:52, 29 March 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
AddSpecialKey( SpecialKey key )
Returns nil
Description: Adds a key to the GuiService to fire the SpecialKeyPressed event. The key does not fire the KeyDown event when it's pressed.
Member of: GuiService