Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

modifyLaptop ( laptop:enum('linux', 'mac', 'pc', 'chrome') [, callback:fn] )

Modify your laptop.

Arguments

  • laptop (required)
    • linux
    • mac
    • pc
    • chrome
  • callback (optional)

Examples

bot.modifyLaptop('linux');
bot.modifyLaptop('linux', callback);
Clone this wiki locally