Enfusion Script API
|
New Feed data structure. More...
Public Member Functions | |
proto external string | Title () |
Title of news. | |
proto external string | Excerpt () |
Text of news. | |
proto external string | Slug () |
News website URL fragment. | |
proto external string | Category () |
Category type. | |
proto external string | URL () |
Full website URL. | |
proto external string | Date () |
Date & Time. | |
proto external string | Path () |
Path to downloaded image. | |
New Feed data structure.
proto external string NewsFeedItem.Category | ( | ) |
Category type.
proto external string NewsFeedItem.Date | ( | ) |
Date & Time.
proto external string NewsFeedItem.Excerpt | ( | ) |
Text of news.
proto external string NewsFeedItem.Path | ( | ) |
Path to downloaded image.
proto external string NewsFeedItem.Slug | ( | ) |
News website URL fragment.
proto external string NewsFeedItem.Title | ( | ) |
Title of news.
proto external string NewsFeedItem.URL | ( | ) |
Full website URL.