lua docs derp

This commit is contained in:
feos 2016-01-27 17:06:22 +03:00
parent 3c779a897b
commit 7421bd7244
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ namespace BizHawk.Client.Common
[LuaMethodAttributes(
"islagged",
"returns whether or not the current frame is a lag frame"
"Returns whether or not the current frame is a lag frame"
)]
public bool IsLagged()
{
@ -176,7 +176,7 @@ namespace BizHawk.Client.Common
[LuaMethodAttributes(
"setislagged",
"marks the current frame as a lag frame"
"Sets the lag flag for the current frame. If no value is provided, it will default to true"
)]
public void SetIsLagged(bool value = true)
{