G-Earth/Extensions/xabbo_1.1.4/extension/Xabbo.GEarth.xml
Administrator 368b92d87a G-Earth 1.5.4 beta 22 - Initial release
Komplettes G-Earth Paket inkl. JRE, Extensions und Tools.

Extensions:
- G-BuildTools, G-Click Ultimate, G-Loader, G-Manipulate
- G-Presets, G-Translator, G-Trigger, G-itemViewer
- Market Utils, Packet Info Explorer, Plants
- RandomRoomVisitor, RoomLogger, Sanbovir Photo Inspector
- SpyFriends, WallAligner, XabboScripter, xabbo
2026-03-16 09:45:04 +01:00

175 lines
8.2 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Xabbo.GEarth</name>
</assembly>
<members>
<member name="T:Xabbo.GEarth.GEarthConnectOptions">
<summary>
Specifies the options used to connect to G-Earth.
</summary>
<param name="Host">The host to connect to.</param>
<param name="Port">The extension port to connect on.</param>
<param name="FileName">The filename of the extension.</param>
<param name="Cookie">The cookie value provided by and used to authenticate with G-Earth.</param>
</member>
<member name="M:Xabbo.GEarth.GEarthConnectOptions.#ctor(System.String,System.Nullable{System.Int32},System.String,System.String)">
<summary>
Specifies the options used to connect to G-Earth.
</summary>
<param name="Host">The host to connect to.</param>
<param name="Port">The extension port to connect on.</param>
<param name="FileName">The filename of the extension.</param>
<param name="Cookie">The cookie value provided by and used to authenticate with G-Earth.</param>
</member>
<member name="P:Xabbo.GEarth.GEarthConnectOptions.Host">
<summary>The host to connect to.</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthConnectOptions.Port">
<summary>The extension port to connect on.</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthConnectOptions.FileName">
<summary>The filename of the extension.</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthConnectOptions.Cookie">
<summary>The cookie value provided by and used to authenticate with G-Earth.</summary>
</member>
<member name="T:Xabbo.GEarth.GEarthExtension">
<summary>
A G-Earth extension protocol implementation.
</summary>
</member>
<member name="M:Xabbo.GEarth.GEarthExtension.Set``1(``0@,``0,System.String)">
<summary>
Sets the value of the specified field and raises the <see cref="E:Xabbo.GEarth.GEarthExtension.PropertyChanged"/> event, if the value was changed.
</summary>
<typeparam name="T">The type of the field.</typeparam>
<param name="field">The backing field.</param>
<param name="value">The value to set the field to.</param>
<param name="propertyName">The name of the property used to access the backing field.</param>
<returns><see langword="true"/> if the value of the field changed, otherwise <see langword="false"/>.</returns>
</member>
<member name="M:Xabbo.GEarth.GEarthExtension.RaisePropertyChanged(System.String)">
<summary>
Invokes <see cref="E:Xabbo.GEarth.GEarthExtension.PropertyChanged"/> to notify listeners that a property on this instance has changed.
</summary>
<param name="propertyName">The name of the property that changed.</param>
</member>
<member name="E:Xabbo.GEarth.GEarthExtension.Activated">
<summary>
Occurs when the extension is selected in G-Earth's user interface.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthExtension.Options">
<summary>
Gets the options used by this extension.
</summary>
</member>
<member name="M:Xabbo.GEarth.GEarthExtension.#ctor(Xabbo.GEarth.GEarthOptions,Xabbo.Messages.IMessageManager,Microsoft.Extensions.Logging.ILoggerFactory)">
<summary>
Creates a new <see cref="T:Xabbo.GEarth.GEarthExtension"/> with the specified <see cref="T:Xabbo.GEarth.GEarthOptions"/>.
</summary>
<param name="options">The options to be used by this extension.</param>
<param name="messages">The message manager to use.</param>
<param name="loggerFactory">The logger factory to use.</param>
</member>
<member name="M:Xabbo.GEarth.GEarthExtension.SendInternal(Xabbo.Messages.Packet)">
<summary>
Sends the specified packet to G-Earth.
</summary>
</member>
<member name="T:Xabbo.GEarth.GEarthOptions">
<summary>
Specifies the options to be used by <see cref="T:Xabbo.GEarth.GEarthExtension"/>.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthOptions.Name">
<summary>
The name of the extension.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthOptions.Description">
<summary>
The description of the extension.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthOptions.Author">
<summary>
The author of the extension.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthOptions.Version">
<summary>
The version of the extension.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthOptions.ShowLeaveButton">
<summary>
Specifies whether to show the leave button in G-Earth.
Defaults to <c>true</c>.
</summary>
</member>
<member name="P:Xabbo.GEarth.GEarthOptions.ShowDeleteButton">
<summary>
Specifies whether to show the delete button in G-Earth after the user disconnects from the extension.
Defaults to <c>true</c>.
</summary>
</member>
<member name="M:XabboExtensions.Read``1(Xabbo.Messages.IPacket)">
<summary>
Reads a value of the specified type from the current position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.ReadAt``1(Xabbo.Messages.IPacket,System.Int32)">
<summary>
Reads a value of the specified type from the specified position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.Write``1(Xabbo.Messages.IPacket,``0)">
<summary>
Writes a value of the specified type to the current position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.WriteAt``1(Xabbo.Messages.IPacket,System.Int32,``0)">
<summary>
Writes a value of the specified type to the specified position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.Replace``1(Xabbo.Messages.IPacket,``0)">
<summary>
Replaces a value of the specified type at the current position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.ReplaceAt``1(Xabbo.Messages.IPacket,System.Int32,``0)">
<summary>
Replaces a value of the specified type at the specified position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.Modify``1(Xabbo.Messages.IPacket,System.Func{``0,``0})">
<summary>
Modifies a value of the specified type at the current position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.ModifyAt``1(Xabbo.Messages.IPacket,System.Int32,System.Func{``0,``0})">
<summary>
Modifies a value of the specified type at the specified position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.Read``5(Xabbo.Messages.IPacket)">
<summary>
Reads 5 values of the specified types from the current position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.Read``6(Xabbo.Messages.IPacket)">
<summary>
Reads 6 values of the specified types from the current position in the packet.
</summary>
</member>
<member name="M:XabboExtensions.Write``10(Xabbo.Messages.IPacket,``0,``1,``2,``3,``4,``5,``6,``7,``8,``9)">
<summary>
Writes 10 values of the specified types to the current position in the packet.
</summary>
</member>
</members>
</doc>