|
Enfusion Script API
|
Public Member Functions | |
| proto external int | GetId () |
| Returns ID of this comment. | |
| proto external string | Content () |
| Returns text of this comment. | |
| proto external void | Update (string sContent, notnull BackendCallback pCallback) |
| Edit comment content. | |
| proto external void | Report (EWorkshopReportType eReport, string sDesc, notnull BackendCallback pCallback) |
| proto external void | DeleteComment (notnull BackendCallback pCallback) |
| Delete comment online. | |
| proto external string WorkshopComment.Content | ( | ) |
Returns text of this comment.
| proto external void WorkshopComment.DeleteComment | ( | notnull BackendCallback | pCallback | ) |
Delete comment online.
| proto external int WorkshopComment.GetId | ( | ) |
Returns ID of this comment.
| proto external void WorkshopComment.Report | ( | EWorkshopReportType | eReport, |
| string | sDesc, | ||
| notnull BackendCallback | pCallback ) |
| proto external void WorkshopComment.Update | ( | string | sContent, |
| notnull BackendCallback | pCallback ) |
Edit comment content.