[This is preliminary documentation and is subject to change.]

The Utility class contains several functions required to operate the SDK, but are not related to the Instance class.

The Utility..::.Constants type exposes the following members.

Properties

  NameDescription
CurrentBuild
The current build of the SDK that this version of the SDK wrapper utilizes.
MaxAttributeLength
The maximum length of strings being set by SetString(Attributes, String) or retrieved by GetString(Attributes)
MaxAvchangePerSecond
Maximum number of StateChange()()() calls allowed by the world server.
MaxBotgramsPerSecond
The maximum number of BotgramSend()()() calls allowed by the universe server.
MaxMessagesPerSecond
The maximum number of Say(String) calls allowed by the world server.
MaxWhispersPerSecond
The maximum number of Whisper(Int32, String) calls allowed by the world server.

See Also