From 7421bd7244a4895f6f74254f5cc7891232fc3cf8 Mon Sep 17 00:00:00 2001 From: feos Date: Wed, 27 Jan 2016 17:06:22 +0300 Subject: [PATCH] lua docs derp --- BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs b/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs index 8aa78ed661..93f55f608f 100644 --- a/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs +++ b/BizHawk.Client.Common/lua/EmuLuaLibrary.Emu.cs @@ -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) {