Added a couple lua descriptions
This commit is contained in:
parent
853c82d111
commit
c6811542fa
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue