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
310 lines
15 KiB
XML
310 lines
15 KiB
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Xabbo.GEarth</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Xabbo.GEarth.GEarthExtension">
|
|
<summary>
|
|
An <see cref="T:Xabbo.Extension.IRemoteExtension"/> implementation for G-Earth.
|
|
</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.PropertyChanged">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.DisconnectToken">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.InterceptorConnectionFailed">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnInterceptorConnectionFailed(Xabbo.Extension.ConnectionFailedEventArgs)">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.InterceptorConnectionFailed" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.InterceptorConnected">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnInterceptorConnected">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.InterceptorConnected" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.InterceptorDisconnected">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnInterceptorDisconnected(Xabbo.Extension.DisconnectedEventArgs)">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.InterceptorDisconnected" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.Initialized">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnInitialized(Xabbo.Extension.ExtensionInitializedEventArgs)">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.Initialized" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.Connected">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnConnected(Xabbo.Extension.GameConnectedEventArgs)">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.Connected" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.Disconnected">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnDisconnected">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.Disconnected" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.Intercepted">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnIntercepted(Xabbo.Messages.InterceptArgs)">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.Intercepted" />
|
|
</member>
|
|
<member name="E:Xabbo.GEarth.GEarthExtension.Clicked">
|
|
<summary>
|
|
Invoked when the play button of this extension is clicked in the G-Earth user interface.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.OnClicked">
|
|
<inheritdoc cref="E:Xabbo.GEarth.GEarthExtension.Clicked" />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Options">
|
|
<summary>
|
|
Gets the options used by this extension.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Messages">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Dispatcher">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.In">
|
|
<summary>
|
|
Gets the incoming headers from the message manager.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Out">
|
|
<summary>
|
|
Gets the outgoing headers from the message manager.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.IsRunning">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.IsInterceptorConnected">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Port">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.IsConnected">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Client">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.ClientIdentifier">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.ClientVersion">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthExtension.Hotel">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.SendAsync(Xabbo.Messages.IReadOnlyPacket)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.Send(Xabbo.Messages.IReadOnlyPacket)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.ReceiveAsync(Xabbo.Messages.HeaderSet,System.Func{Xabbo.Messages.IReadOnlyPacket,System.Boolean},System.Int32,System.Boolean,System.Threading.CancellationToken)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.ReceiveAsync(Xabbo.Messages.HeaderSet,System.Int32,System.Boolean,System.Threading.CancellationToken)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.ReceiveAsync(Xabbo.Messages.Header,System.Int32,System.Boolean,System.Threading.CancellationToken)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.ReceiveAsync(System.Runtime.CompilerServices.ITuple,System.Int32,System.Boolean,System.Threading.CancellationToken)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.#ctor(Xabbo.Messages.IMessageManager,Xabbo.GEarth.GEarthOptions)">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthExtension"/> using the specified <see cref="T:Xabbo.Messages.IMessageManager"/> and <see cref="T:Xabbo.GEarth.GEarthOptions"/>.
|
|
</summary>
|
|
<param name="messages">The message manager to be used by this extension.</param>
|
|
<param name="options">The options to be used by this extension.</param>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.#ctor(Xabbo.GEarth.GEarthOptions)">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthExtension"/> with the specified <see cref="T:Xabbo.GEarth.GEarthOptions"/>.
|
|
Uses a <see cref="T:Xabbo.Messages.UnifiedMessageManager"/> which loads a file named <c>messages.ini</c>.
|
|
</summary>
|
|
<param name="options">The options to be used by this extension.</param>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.RunAsync(System.Threading.CancellationToken)">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.Stop">
|
|
<inheritdoc />
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.CreateForwardingPacket(Xabbo.Messages.IReadOnlyPacket)">
|
|
<summary>
|
|
Creates a packet that instructs G-Earth to forward the specified packet to the client or server.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.ForwardPacket(Xabbo.Messages.IReadOnlyPacket)">
|
|
<summary>
|
|
Instructs G-Earth to forward the specified packet to the client or server.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.ForwardPacketAsync(Xabbo.Messages.IReadOnlyPacket)">
|
|
<summary>
|
|
Instructs G-Earth to forward the specified packet to the client or server.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.SendInternal(Xabbo.Messages.IReadOnlyPacket)">
|
|
<summary>
|
|
Sends the specified packet to G-Earth.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthExtension.SendInternalAsync(Xabbo.Messages.IReadOnlyPacket)">
|
|
<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.DefaultVersionFieldCount">
|
|
<summary>
|
|
The number of version fields to be included when converting the assembly version to a string for <see cref="P:Xabbo.GEarth.GEarthOptions.Default"/>.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthOptions.Default">
|
|
<summary>
|
|
Gets the default options with the entry assembly's name and version.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.FromArgs(System.Collections.Generic.IList{System.String})">
|
|
<summary>
|
|
Creates and returns a new default <see cref="T:Xabbo.GEarth.GEarthOptions"/> instance with the specified command line arguments applied.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthOptions.Title">
|
|
<summary>
|
|
The title 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.ShowEventButton">
|
|
<summary>
|
|
Specifies whether to show the even (green play) button in G-Earth.
|
|
Defaults to <c>true</c>.
|
|
</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="P:Xabbo.GEarth.GEarthOptions.FileName">
|
|
<summary>
|
|
The file path of the extension.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthOptions.Cookie">
|
|
<summary>
|
|
The cookie to be used for authentication.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthOptions.IsInstalledExtension">
|
|
<summary>
|
|
Specifies whether the extension is installed.
|
|
Returns <c>true</c> if <see cref="P:Xabbo.GEarth.GEarthOptions.FileName"/> is a non-empty string.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Xabbo.GEarth.GEarthOptions.Port">
|
|
<summary>
|
|
The port used to connect to G-Earth.
|
|
Defaults to 9092.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.WithAssemblyName">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthOptions"/> with the <see cref="P:Xabbo.GEarth.GEarthOptions.Title"/>
|
|
changed to the name of the current assembly.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.WithAssemblyVersion(System.Int32)">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthOptions"/> with the <see cref="P:Xabbo.GEarth.GEarthOptions.Version"/>
|
|
changed to the version of the current assembly.
|
|
</summary>
|
|
<param name="fieldCount">The number of fields to include in the version.</param>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.WithInformationalVersion">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthOptions"/> with the <see cref="P:Xabbo.GEarth.GEarthOptions.Version"/>
|
|
changed to the informational version of the current assembly.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.WithArguments(System.Collections.Generic.IList{System.String})">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthOptions"/> with the specified arguments applied.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.WithConfiguration(Microsoft.Extensions.Configuration.IConfiguration)">
|
|
<summary>
|
|
Creates a new <see cref="T:Xabbo.GEarth.GEarthOptions"/> with the specified configuration applied.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Xabbo.GEarth.GEarthOptions.WithExtensionAttributes(System.Type)">
|
|
<summary>
|
|
Applies the extension attributes attached to the specified type, if they exist,
|
|
and returns the updated <see cref="T:Xabbo.GEarth.GEarthOptions"/>.
|
|
</summary>
|
|
<param name="type">The type that derives from <see cref="T:Xabbo.GEarth.GEarthExtension"/>.</param>
|
|
</member>
|
|
</members>
|
|
</doc>
|