Chat Global

From Virtual World Web Wiki
Revision as of 21:06, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the Chat Global class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Chat JavaScript global object is available from server world scripts and provides methods for working with chat channels

  • This is a JavaScript global object named Chat

Remarks [edit]

Methods

ChatChannelExtended CreateChannel(string displayName)
Creates a new named chat channel for use by the calling script.
ChatChannelExtended GetLocalChannel()
Gets a reference to the general chat channel for the current instance.