Skip to content

Commit c96c909

Browse files
authored
Update src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs
1 parent 90f2b27 commit c96c909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.EmuHawk/tools/Lua/Libraries/TAStudioLuaLibrary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public void LoadBranch(int index)
448448
name: "getmarker",
449449
description: "Returns the label of the marker on the given frame."
450450
+ " If that frame doesn't have a marker (or TAStudio isn't running), returns nil."
451-
+ " If branchIndex is specified, searches the markers in that branch instead.")]
451+
+ " If branchIndex is specified, searches the markers in that branch instead (0-indexed, as with tastudio.getbranches).")]
452452
public string/*?*/ GetMarker(int frame, int? branchIndex = null)
453453
{
454454
if (Engaged())

0 commit comments

Comments
 (0)