clarify lua doc
This commit is contained in:
parent
03ea4f9126
commit
b5730bda3a
|
@ -90,7 +90,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
[LuaMethodAttributes(
|
||||
"setmarker",
|
||||
"Adds or sets a marker at the given frame with the given message"
|
||||
"Adds or sets a marker at the given frame, with an optional message"
|
||||
)]
|
||||
public void SetMarker(int frame, string message = null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue