Difference between revisions of "Multishell.getCurrent"

From ComputerCraft Wiki
Jump to: navigation, search
(Make multishell.getCurrent page)
 
m (Fix arguments)
Line 1: Line 1:
 
{{Function
 
{{Function
 
  |name=multishell.getCurrent
 
  |name=multishell.getCurrent
|args=none
 
 
  |api=multishell
 
  |api=multishell
 
  |returns={{type|number}} tabID
 
  |returns={{type|number}} tabID

Revision as of 16:17, 2 June 2014

Grid Redstone.png  Function multishell.getCurrent
Returns the tab that is currently active.
Syntax multishell.getCurrent()
Returns number tabID
Part of ComputerCraft
API multishell