Returns information about an item of guild news


See also Guild functions.

Signature:

isSticky, isHeader, newsType, text1, text2, id, data, data2, weekday, day, month, year, = GetGuildNewsInfo(newsIndex)

Arguments:

  • newsIndex - (number)

Returns:

  • isSticky - (boolean)

  • isHeader - (boolean)

  • newsType - (number)

    • 0 - Guild achievement "text2" earned by guild "text1"
    • 1 - Achievement "text2" earned by player "text1"
    • 2 - Boss "text2" slain by guild "text1"
    • 3 - Item "text2" looted by player "text1"
    • 4 - Item "text2" created by player "text1"
    • 5 - Item "text2" purchased by player "text1"

  • text1 - (string)

  • text2 - (string)

  • id - ()

    • newsType = 0 - The id of the achievement
    • newsType = 1 - The id of the achievement
    • newsType = 2 - Unknown
    • newsType = 3 - The id of the item
    • newsType = 4 - The id of the item
    • newsType = 5 - The id of the item

  • data - Only set if newsType = 2. Meaning unknown. ()

  • data2 - Only set if newsType = 2. Meaning unknown. ()

  • weekday - (number)

  • day - (number)

  • month - (number)

  • year - (number)

  • - (number)

This documentation is either in the process of being created, or needs to be reviewed for accuracy. Please feel free to share any findings by clicking on the 'Edit' tab at the top of the content area or by posting your findings on the forums.