It is currently April 19th, 2024, 6:12 pm

Typo in Lua Scripting

Discussions about the documentation, main Rainmeter site and forums.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5396
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Typo in Lua Scripting

Post by eclectic-tech »

SKIN object / GetVariable
http://docs.rainmeter.net/manual-beta/lua-scripting#GetVariable
Parameter:MeterName, Default
change to
Parameter:VariableName, Default

Meter object / GetMeterName
http://docs.rainmeter.net/manual-beta/lua-scripting#GetNameMeter
Returns the measure's name as a string.
change to
Returns the meter's name as a string.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Typo in Lua Scripting

Post by jsmorley »

Fixed. Thanks for reporting.