The text of the comment.
The display name of the user who commented in Cluster or from YouTube.
A unique ID for each comment.
The PlayerHandle of the player who made the comment.
It returns null in the following cases.
The time the comment was made. Returns the number of milliseconds that have elapsed since the UNIX epoch.
If via
is “YouTube”
, the timestamp of the comment will always have the last three digits as 000, and only the accuracy to the second is guaranteed.
A string that indicates where the comment was made.
Currently, it takes either the value “cluster”
or “YouTube”
.
This may be added in a future update.
Generated using TypeDoc
The comment that can be obtained with ClusterScript.getLatestComments and ClusterScript.onCommentReceived.