LuaAPI.wiki
changeset 401 aee281298267
parent 400 0b7f8aed3c5e
child 402 1e7586c110f6
equal deleted inserted replaced
400:0b7f8aed3c5e 401:aee281298267
   863 
   863 
   864 <blockquote>Performs an integer division and returns the result.
   864 <blockquote>Performs an integer division and returns the result.
   865 The result is an integer and has the value of the first parameter (integer) divided by the second parameter (integer), rounded towards zero.
   865 The result is an integer and has the value of the first parameter (integer) divided by the second parameter (integer), rounded towards zero.
   866 </blockquote>
   866 </blockquote>
   867 
   867 
       
   868 === <tt>band(value1, value2)</tt> ===
       
   869 Returns the bitwise logical AND of `value1` and `value2`.
       
   870 
       
   871 === <tt>bor(value1, value2)</tt> ===
       
   872 Returns the bitwise logical OR of `value1` and `value2`.
       
   873 
       
   874 === <tt>bnot(value)</tt> ===
       
   875 Returns the bitwise logical NOT of `value`.
       
   876 
       
   877 
   868 == Debugging Functions ==
   878 == Debugging Functions ==
   869 
   879 
   870 === <tt>!ParseCommand(string)</tt> ===
   880 === <tt>!ParseCommand(string)</tt> ===
   871 
   881 
   872 <blockquote>Makes the gameclient parse the specified custom command.
   882 <blockquote>Makes the gameclient parse the specified custom command.