Skip to content

Commit 611e8e3

Browse files
committed
Improve docs of LuaCanvas lib for TASVideos wiki
1 parent e3bea52 commit 611e8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BizHawk.Client.EmuHawk/tools/Lua/LuaCanvas.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// ReSharper disable UnusedMember.Global
1212
namespace BizHawk.Client.EmuHawk
1313
{
14-
[Description("Represents a canvas object returned by the gui.createcanvas() method")]
14+
[Description("Represents a canvas object, as returned by the `gui.createcanvas()` method.\nNote that the member functions do not have a `self` parameter, and so must be called with the regular invocation syntax, not the OOP syntax.")]
1515
public sealed class LuaCanvas : Form
1616
{
1717
private readonly EmulationLuaLibrary _emuLib;

0 commit comments

Comments
 (0)