Skip to content

Commit

Permalink
Added a couple lua descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pasky1382 committed Jan 26, 2014
1 parent 853c82d commit c681154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BizHawk.Client.Common/lua/EmuLuaLibrary.Bit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static bool Check(object num, object pos)

[LuaMethodAttributes(
"set",
"TODO"
"Sets the bit 'pos' in 'num'"
)]
public static uint Set(object num, object pos)
{
Expand All @@ -100,7 +100,7 @@ public static uint Set(object num, object pos)

[LuaMethodAttributes(
"clear",
"TODO"
"Clears the bit 'pos' in 'num'"
)]
public static uint Clear(object num, object pos)
{
Expand Down

0 comments on commit c681154

Please sign in to comment.