lua - client.displaymessages()
This commit is contained in:
parent
c641d94e05
commit
b6406fe523
|
@ -535,5 +535,14 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[LuaMethodAttributes(
|
||||||
|
"displaymessages",
|
||||||
|
"sets whether or not on screen messages will display"
|
||||||
|
)]
|
||||||
|
public void DisplayMessages(bool value)
|
||||||
|
{
|
||||||
|
Global.Config.DisplayMessages = value;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue