Skip to content
  • George Kiagiadakis's avatar
    lua: rename Plugin() to Plugin.find() · fc5aa7db
    George Kiagiadakis authored
    Plugin() is confusing because it's not a constructor, it just finds
    an existing instance of a plugin object. All other camel-case
    functions are constructors in the current lua API.
    fc5aa7db