Added a couple lua descriptions

This commit is contained in:
pasky1382 2014-01-26 20:05:56 +00:00
parent 853c82d111
commit c6811542fa
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ namespace BizHawk.Client.Common
[LuaMethodAttributes(
"set",
"TODO"
"Sets the bit 'pos' in 'num'"
)]
public static uint Set(object num, object pos)
{
@ -100,7 +100,7 @@ namespace BizHawk.Client.Common
[LuaMethodAttributes(
"clear",
"TODO"
"Clears the bit 'pos' in 'num'"
)]
public static uint Clear(object num, object pos)
{