Chat Global

From Virtual World Web Wiki
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.