Enfusion Script API
Loading...
Searching...
No Matches
WorkshopComment Interface Reference

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.
 

Member Function Documentation

◆ Content()

proto external string WorkshopComment.Content ( )

Returns text of this comment.

◆ DeleteComment()

proto external void WorkshopComment.DeleteComment ( notnull BackendCallback pCallback)

Delete comment online.

◆ GetId()

proto external int WorkshopComment.GetId ( )

Returns ID of this comment.

◆ Report()

proto external void WorkshopComment.Report ( EWorkshopReportType eReport,
string sDesc,
notnull BackendCallback pCallback )

◆ Update()

proto external void WorkshopComment.Update ( string sContent,
notnull BackendCallback pCallback )

Edit comment content.


The documentation for this interface was generated from the following file: