LuaGears.wiki
changeset 1784 b08f6f71bfbd
parent 1783 b25684cd9837
child 1785 95f3d64144bd
equal deleted inserted replaced
1783:b25684cd9837 1784:b08f6f71bfbd
   580 <code language="lua">    gear = AddGear(...)
   580 <code language="lua">    gear = AddGear(...)
   581      HideHog(gear) -- Hide the newly created gear.
   581      HideHog(gear) -- Hide the newly created gear.
   582      RestoreHog(gear) -- Restore the newly hidden gear.</code>
   582      RestoreHog(gear) -- Restore the newly hidden gear.</code>
   583 
   583 
   584 == Functions for gear actions ==
   584 == Functions for gear actions ==
   585 === <tt>HogSay(gearUid, text, manner [,vgState])</tt> ===
   585 === `HogSay(gearUid, text, manner [,vgState])` ===
   586 Makes the specified gear say, think, or shout some text in a comic-style speech or thought bubble. `gearUid` is _not_ limited to hedgehogs, altough the function name suggests otherwise.
   586 Makes the specified gear say, think, or shout some text in a comic-style speech or thought bubble. `gearUid` is _not_ limited to hedgehogs, altough the function name suggests otherwise.
   587 
   587 
   588 The `manner` parameter specifies the type of the bubble and can have one of these values:
   588 The `manner` parameter specifies the type of the bubble and can have one of these values:
   589 
   589 
   590 || *Value of `manner`* || *Looks* ||
   590 || *Value of `manner`* || *Looks* ||