Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores information about the author of a SmileBASIC file.

Hierarchy

  • Author

Index

Constructors

Properties

Constructors

constructor

  • new Author(uid: number, username: string): Author
  • Creates a new instance with the provided UID and Username.

    Parameters

    • uid: number

      The UID of the author.

    • username: string

      The username of the author.

    Returns Author

Properties

UID

UID: number

The internal ID number of the author. Used for blacklisting.

Username

Username: string

The username of this user. Shown in file browsers.

Generated using TypeDoc