mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
02f90899a3
commit
6fd636c26c
1239 changed files with 214126 additions and 66229 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<title>Dalamud </title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Dalamud ">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="styles/docfx.vendor.css">
|
||||
|
|
@ -75,6 +75,39 @@ Please see our <a href="https://goatcorp.github.io/faq/development">Developer FA
|
|||
<p>If you need any support regarding the API or usage of Dalamud, please <a href="https://discord.gg/3NMcUV5">join our discord server</a>.</p>
|
||||
<br>
|
||||
<p>Thanks to Mino, whose work has made this possible!</p>
|
||||
<h2 id="components--pipeline">Components & Pipeline</h2>
|
||||
<p>These components are used in order to load Dalamud into a target process.
|
||||
Dalamud can be loaded via DLL injection, or by rewriting a process' entrypoint.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Purpose</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><em>Dalamud.Injector.Boot</em> (C++)</td>
|
||||
<td>Loads the .NET Core runtime into a process via hostfxr and kicks off Dalamud.Injector</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Dalamud.Injector</em> (C#)</td>
|
||||
<td>Performs DLL injection on the target process</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Dalamud.Boot</em> (C++)</td>
|
||||
<td>Loads the .NET Core runtime into the active process and kicks off Dalamud, or rewrites a target process' entrypoint to do so</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Dalamud</em> (C#)</td>
|
||||
<td>Core API, game bindings, plugin framework</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Dalamud.CorePlugin</em> (C#)</td>
|
||||
<td>Testbed plugin that can access Dalamud internals, to prototype new Dalamud features</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="branches">Branches</h2>
|
||||
<p>We are currently working from the following branches.</p>
|
||||
<table>
|
||||
|
|
@ -83,18 +116,27 @@ Please see our <a href="https://goatcorp.github.io/faq/development">Developer FA
|
|||
<th>Name</th>
|
||||
<th>Purpose</th>
|
||||
<th>.NET Version</th>
|
||||
<th>Track</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><em>master</em></td>
|
||||
<td>.NET Core rework, replaced api3 on 10/08/21</td>
|
||||
<td>Upgrade to .NET 6</td>
|
||||
<td>.NET 6.0.3 (March 2022)</td>
|
||||
<td>Staging</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>net5</em></td>
|
||||
<td>Current release branch</td>
|
||||
<td>.NET 5.0.6 (May 2021)</td>
|
||||
<td>Release</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>api3</em></td>
|
||||
<td>Legacy version, no longer in active use</td>
|
||||
<td>.NET Framework 4.7.2 (April 2017)</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum ClientLanguage
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ClientLanguageExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Lumina.Data.Language ToLumina(this ClientLanguage language)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Language ToLumina(this ClientLanguage language)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Interface IPluginConfiguration
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
263
docs/api/Dalamud.Configuration.Internal.PluginTestingOptIn.html
Normal file
263
docs/api/Dalamud.Configuration.Internal.PluginTestingOptIn.html
Normal file
|
|
@ -0,0 +1,263 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Class PluginTestingOptIn
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PluginTestingOptIn
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn">
|
||||
|
||||
|
||||
<h1 id="Dalamud_Configuration_Internal_PluginTestingOptIn" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn" class="text-break">Class PluginTestingOptIn
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">PluginTestingOptIn</span></div>
|
||||
</div>
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Configuration.Internal.PluginTestingOptIn.html">PluginTestingOptIn</a>></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Configuration.Internal.html">Dalamud.Configuration.Internal</a></h6>
|
||||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Configuration_Internal_PluginTestingOptIn_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class PluginTestingOptIn : IEquatable<PluginTestingOptIn></code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_Internal_PluginTestingOptIn__ctor_System_String_.md&value=---%0Auid%3A%20Dalamud.Configuration.Internal.PluginTestingOptIn.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/Internal/PluginTestingOptIn.cs/#L9">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_Internal_PluginTestingOptIn__ctor_" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn.#ctor*"></a>
|
||||
<h4 id="Dalamud_Configuration_Internal_PluginTestingOptIn__ctor_System_String_" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn.#ctor(System.String)">PluginTestingOptIn(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Configuration.Internal.PluginTestingOptIn.html">PluginTestingOptIn</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public PluginTestingOptIn(string internalName)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><span class="parametername">internalName</span></td>
|
||||
<td><p>The internal name of the plugin.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_Internal_PluginTestingOptIn_Branch.md&value=---%0Auid%3A%20Dalamud.Configuration.Internal.PluginTestingOptIn.Branch%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/Internal/PluginTestingOptIn.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_Internal_PluginTestingOptIn_Branch_" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn.Branch*"></a>
|
||||
<h4 id="Dalamud_Configuration_Internal_PluginTestingOptIn_Branch" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn.Branch">Branch</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the testing branch to use.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string Branch { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_Internal_PluginTestingOptIn_InternalName.md&value=---%0Auid%3A%20Dalamud.Configuration.Internal.PluginTestingOptIn.InternalName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/Internal/PluginTestingOptIn.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_Internal_PluginTestingOptIn_InternalName_" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn.InternalName*"></a>
|
||||
<h4 id="Dalamud_Configuration_Internal_PluginTestingOptIn_InternalName" data-uid="Dalamud.Configuration.Internal.PluginTestingOptIn.InternalName">InternalName</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the internal name of the plugin to test.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string InternalName { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<span class="xref">System.IEquatable<T></span>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_Internal_PluginTestingOptIn.md&value=---%0Auid%3A%20Dalamud.Configuration.Internal.PluginTestingOptIn%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/Internal/PluginTestingOptIn.cs/#L3" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
118
docs/api/Dalamud.Configuration.Internal.html
Normal file
118
docs/api/Dalamud.Configuration.Internal.html
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if IE]><![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Namespace Dalamud.Configuration.Internal
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Configuration.Internal
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="../styles/docfx.css">
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
<meta property="docfx:navrel" content="">
|
||||
<meta property="docfx:tocrel" content="toc.html">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
|
||||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="navbar">
|
||||
<form class="navbar-form navbar-right" role="search" id="search">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="subnav navbar navbar-default">
|
||||
<div class="container hide-when-search" id="breadcrumb">
|
||||
<ul class="breadcrumb">
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div role="main" class="container body-content hide-when-search">
|
||||
|
||||
<div class="sidenav hide-when-search">
|
||||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||||
<div class="sidetoggle collapse" id="sidetoggle">
|
||||
<div id="sidetoc"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="article row grid-right">
|
||||
<div class="col-md-10">
|
||||
<article class="content wrap" id="_content" data-uid="Dalamud.Configuration.Internal">
|
||||
|
||||
<h1 id="Dalamud_Configuration_Internal" data-uid="Dalamud.Configuration.Internal" class="text-break">Namespace Dalamud.Configuration.Internal
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
<h3 id="classes">Classes
|
||||
</h3>
|
||||
<h4><a class="xref" href="Dalamud.Configuration.Internal.PluginTestingOptIn.html">PluginTestingOptIn</a></h4>
|
||||
<section></section>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grad-bottom"></div>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<span class="pull-right">
|
||||
<a href="#top">Back to top</a>
|
||||
</span>
|
||||
|
||||
<span>Generated by <strong>DocFX</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||||
<script type="text/javascript" src="../styles/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PluginConfigurations
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_Delete_System_String_.md&value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.Delete(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L68">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L58">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_PluginConfigurations_Delete_" data-uid="Dalamud.Configuration.PluginConfigurations.Delete*"></a>
|
||||
<h4 id="Dalamud_Configuration_PluginConfigurations_Delete_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.Delete(System.String)">Delete(String)</h4>
|
||||
|
|
@ -189,7 +189,7 @@ This will throw an <span class="xref">System.IO.IOException</span> if the plugin
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_GetConfigFile_System_String_.md&value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.GetConfigFile(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L126">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L116">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_PluginConfigurations_GetConfigFile_" data-uid="Dalamud.Configuration.PluginConfigurations.GetConfigFile*"></a>
|
||||
<h4 id="Dalamud_Configuration_PluginConfigurations_GetConfigFile_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.GetConfigFile(System.String)">GetConfigFile(String)</h4>
|
||||
|
|
@ -239,7 +239,7 @@ This will throw an <span class="xref">System.IO.IOException</span> if the plugin
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_GetDirectory_System_String_.md&value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.GetDirectory(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L84">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L74">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_PluginConfigurations_GetDirectory_" data-uid="Dalamud.Configuration.PluginConfigurations.GetDirectory*"></a>
|
||||
<h4 id="Dalamud_Configuration_PluginConfigurations_GetDirectory_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.GetDirectory(System.String)">GetDirectory(String)</h4>
|
||||
|
|
@ -289,7 +289,7 @@ This will throw an <span class="xref">System.IO.IOException</span> if the plugin
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_Load_System_String_.md&value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.Load(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L47">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_PluginConfigurations_Load_" data-uid="Dalamud.Configuration.PluginConfigurations.Load*"></a>
|
||||
<h4 id="Dalamud_Configuration_PluginConfigurations_Load_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.Load(System.String)">Load(String)</h4>
|
||||
|
|
@ -339,7 +339,7 @@ This will throw an <span class="xref">System.IO.IOException</span> if the plugin
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_LoadForType__1_System_String_.md&value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.LoadForType%60%601(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L111">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L101">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Configuration_PluginConfigurations_LoadForType_" data-uid="Dalamud.Configuration.PluginConfigurations.LoadForType*"></a>
|
||||
<h4 id="Dalamud_Configuration_PluginConfigurations_LoadForType__1_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.LoadForType``1(System.String)">LoadForType<T>(String)</h4>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Configuration
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PluginImpl
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -82,7 +82,7 @@ Be careful to not commit anything extra.</p>
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">PluginImpl</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.Plugin.IDalamudPlugin.html">IDalamudPlugin</a></div>
|
||||
<div><span class="xref">System.IDisposable</span></div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.CorePlugin
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DalamudStartInfo
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">DalamudStartInfo</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a>></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
|
|
@ -114,8 +115,60 @@
|
|||
<h5 id="Dalamud_DalamudStartInfo_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Serializable]
|
||||
public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
||||
public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo></code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo__ctor.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo__ctor_" data-uid="Dalamud.DalamudStartInfo.#ctor*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo__ctor" data-uid="Dalamud.DalamudStartInfo.#ctor">DalamudStartInfo()</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DalamudStartInfo()</code></pre>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo__ctor_Dalamud_DalamudStartInfo_.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.%23ctor(Dalamud.DalamudStartInfo)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo__ctor_" data-uid="Dalamud.DalamudStartInfo.#ctor*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo__ctor_Dalamud_DalamudStartInfo_" data-uid="Dalamud.DalamudStartInfo.#ctor(Dalamud.DalamudStartInfo)">DalamudStartInfo(DalamudStartInfo)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public DalamudStartInfo(DalamudStartInfo other)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></td>
|
||||
<td><span class="parametername">other</span></td>
|
||||
<td><p>Object to copy values from.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -123,11 +176,11 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_AssetDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.AssetDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L37">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_AssetDirectory_" data-uid="Dalamud.DalamudStartInfo.AssetDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_AssetDirectory" data-uid="Dalamud.DalamudStartInfo.AssetDirectory">AssetDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to core Dalamud assets.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to core Dalamud assets.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -149,16 +202,357 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootDisableFallbackConsole.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootDisableFallbackConsole%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L123">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootDisableFallbackConsole_" data-uid="Dalamud.DalamudStartInfo.BootDisableFallbackConsole*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootDisableFallbackConsole" data-uid="Dalamud.DalamudStartInfo.BootDisableFallbackConsole">BootDisableFallbackConsole</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the fallback console should be shown, if needed.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootDisableFallbackConsole { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootDotnetOpenProcessHookMode.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootDotnetOpenProcessHookMode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L153">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootDotnetOpenProcessHookMode_" data-uid="Dalamud.DalamudStartInfo.BootDotnetOpenProcessHookMode*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootDotnetOpenProcessHookMode" data-uid="Dalamud.DalamudStartInfo.BootDotnetOpenProcessHookMode">BootDotnetOpenProcessHookMode</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value choosing the OpenProcess hookmode.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int BootDotnetOpenProcessHookMode { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootEnabledGameFixes.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootEnabledGameFixes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L158">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootEnabledGameFixes_" data-uid="Dalamud.DalamudStartInfo.BootEnabledGameFixes*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootEnabledGameFixes" data-uid="Dalamud.DalamudStartInfo.BootEnabledGameFixes">BootEnabledGameFixes</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a list of enabled game fixes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> BootEnabledGameFixes { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">System.String</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootEnableEtw.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootEnableEtw%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L148">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootEnableEtw_" data-uid="Dalamud.DalamudStartInfo.BootEnableEtw*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootEnableEtw" data-uid="Dalamud.DalamudStartInfo.BootEnableEtw">BootEnableEtw</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether or not ETW should be enabled.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootEnableEtw { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootLogPath.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootLogPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L113">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootLogPath_" data-uid="Dalamud.DalamudStartInfo.BootLogPath*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootLogPath" data-uid="Dalamud.DalamudStartInfo.BootLogPath">BootLogPath</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path the boot log file is supposed to be written to.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string BootLogPath { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootShowConsole.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootShowConsole%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L118">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootShowConsole_" data-uid="Dalamud.DalamudStartInfo.BootShowConsole*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootShowConsole" data-uid="Dalamud.DalamudStartInfo.BootShowConsole">BootShowConsole</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a Boot console should be shown.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootShowConsole { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootUnhookDlls.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootUnhookDlls%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L163">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootUnhookDlls_" data-uid="Dalamud.DalamudStartInfo.BootUnhookDlls*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootUnhookDlls" data-uid="Dalamud.DalamudStartInfo.BootUnhookDlls">BootUnhookDlls</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a list of DLLs that should be unhooked.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> BootUnhookDlls { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">System.String</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootVehEnabled.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootVehEnabled%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L138">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootVehEnabled_" data-uid="Dalamud.DalamudStartInfo.BootVehEnabled*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootVehEnabled" data-uid="Dalamud.DalamudStartInfo.BootVehEnabled">BootVehEnabled</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the VEH should be enabled.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootVehEnabled { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootVehFull.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootVehFull%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L143">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootVehFull_" data-uid="Dalamud.DalamudStartInfo.BootVehFull*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootVehFull" data-uid="Dalamud.DalamudStartInfo.BootVehFull">BootVehFull</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the VEH should be doing full crash dumps.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootVehFull { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootWaitDebugger.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootWaitDebugger%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L133">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootWaitDebugger_" data-uid="Dalamud.DalamudStartInfo.BootWaitDebugger*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootWaitDebugger" data-uid="Dalamud.DalamudStartInfo.BootWaitDebugger">BootWaitDebugger</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether Dalamud should wait for a debugger to be attached before initializing.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool BootWaitDebugger { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_BootWaitMessageBox.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.BootWaitMessageBox%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L128">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_BootWaitMessageBox_" data-uid="Dalamud.DalamudStartInfo.BootWaitMessageBox*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_BootWaitMessageBox" data-uid="Dalamud.DalamudStartInfo.BootWaitMessageBox">BootWaitMessageBox</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a flag indicating where Dalamud should wait with a message box.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public int BootWaitMessageBox { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Int32</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_ConfigurationPath.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.ConfigurationPath%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L22">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_ConfigurationPath_" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_ConfigurationPath" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath">ConfigurationPath</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the configuration file.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the configuration file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -180,16 +574,47 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_CrashHandlerShow.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.CrashHandlerShow%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L168">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_CrashHandlerShow_" data-uid="Dalamud.DalamudStartInfo.CrashHandlerShow*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_CrashHandlerShow" data-uid="Dalamud.DalamudStartInfo.CrashHandlerShow">CrashHandlerShow</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether to show crash handler console window.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool CrashHandlerShow { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_DefaultPluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.DefaultPluginDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L32">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L72">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_DefaultPluginDirectory_" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_DefaultPluginDirectory" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory">DefaultPluginDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the directory for developer plugins.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the directory for developer plugins.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -216,11 +641,11 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_DelayInitializeMs.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.DelayInitializeMs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L53">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_DelayInitializeMs_" data-uid="Dalamud.DalamudStartInfo.DelayInitializeMs*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_DelayInitializeMs" data-uid="Dalamud.DalamudStartInfo.DelayInitializeMs">DelayInitializeMs</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a value that specifies how much to wait before a new Dalamud session.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value that specifies how much to wait before a new Dalamud session.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -247,16 +672,17 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_GameVersion.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.GameVersion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L47">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L87">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_GameVersion_" data-uid="Dalamud.DalamudStartInfo.GameVersion*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_GameVersion" data-uid="Dalamud.DalamudStartInfo.GameVersion">GameVersion</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the current game version code.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the current game version code.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public GameVersion GameVersion { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[JsonConverter(typeof(GameVersionConverter))]
|
||||
public GameVersion GameVersion { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -278,11 +704,11 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_Language.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.Language%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L82">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_Language_" data-uid="Dalamud.DalamudStartInfo.Language*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_Language" data-uid="Dalamud.DalamudStartInfo.Language">Language</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the language of the game client.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the language of the game client.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -304,16 +730,78 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_NoLoadPlugins.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.NoLoadPlugins%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L103">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_NoLoadPlugins_" data-uid="Dalamud.DalamudStartInfo.NoLoadPlugins*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_NoLoadPlugins" data-uid="Dalamud.DalamudStartInfo.NoLoadPlugins">NoLoadPlugins</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether no plugins should be loaded.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool NoLoadPlugins { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_NoLoadThirdPartyPlugins.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.NoLoadThirdPartyPlugins%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_NoLoadThirdPartyPlugins_" data-uid="Dalamud.DalamudStartInfo.NoLoadThirdPartyPlugins*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_NoLoadThirdPartyPlugins" data-uid="Dalamud.DalamudStartInfo.NoLoadThirdPartyPlugins">NoLoadThirdPartyPlugins</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether no third-party plugins should be loaded.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool NoLoadThirdPartyPlugins { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_PluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.PluginDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L27">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L67">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_PluginDirectory_" data-uid="Dalamud.DalamudStartInfo.PluginDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_PluginDirectory" data-uid="Dalamud.DalamudStartInfo.PluginDirectory">PluginDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the directory for installed plugins.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the path to the directory for installed plugins.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -335,12 +823,43 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_TroubleshootingPackData.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.TroubleshootingPackData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L93">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_TroubleshootingPackData_" data-uid="Dalamud.DalamudStartInfo.TroubleshootingPackData*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_TroubleshootingPackData" data-uid="Dalamud.DalamudStartInfo.TroubleshootingPackData">TroubleshootingPackData</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets troubleshooting information to attach when generating a tspack file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string TroubleshootingPackData { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_WorkingDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.WorkingDirectory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L17">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_WorkingDirectory_" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_WorkingDirectory" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory">WorkingDirectory</h4>
|
||||
|
|
@ -367,6 +886,9 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.IEquatable<T></span>
|
||||
</div>
|
||||
|
|
@ -381,7 +903,7 @@ public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L11" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L12" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DataManager
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,9 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">DataManager</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IDisposable</span></div>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Data_DataManager_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class DataManager : IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class DataManager : IDisposable, IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -122,7 +123,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_ClientOpCodes.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.ClientOpCodes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L142">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_ClientOpCodes_" data-uid="Dalamud.Data.DataManager.ClientOpCodes*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_ClientOpCodes" data-uid="Dalamud.Data.DataManager.ClientOpCodes">ClientOpCodes</h4>
|
||||
|
|
@ -131,7 +132,8 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[UsedImplicitly]
|
||||
public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -153,11 +155,11 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_Excel.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.Excel%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L70">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L153">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_Excel_" data-uid="Dalamud.Data.DataManager.Excel*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_Excel" data-uid="Dalamud.Data.DataManager.Excel">Excel</h4>
|
||||
<div class="markdown level1 summary"><p>Gets an <see cref="!:ExcelModule"></see> object which gives access to any of the game's sheet data.</p>
|
||||
<div class="markdown level1 summary"><p>Gets an <span class="xref">Lumina.Excel.ExcelModule</span> object which gives access to any of the game's sheet data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -174,7 +176,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">ExcelModule</span></td>
|
||||
<td><span class="xref">Lumina.Excel.ExcelModule</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -184,11 +186,11 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GameData.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GameData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L65">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L148">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GameData_" data-uid="Dalamud.Data.DataManager.GameData*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GameData" data-uid="Dalamud.Data.DataManager.GameData">GameData</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a <see cref="!:Lumina"></see> object which gives access to any excel/game data.</p>
|
||||
<div class="markdown level1 summary"><p>Gets a <span class="xref">Lumina</span> object which gives access to any excel/game data.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -205,7 +207,38 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">GameData</span></td>
|
||||
<td><span class="xref">Lumina.GameData</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_HasModifiedGameDataFiles.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.HasModifiedGameDataFiles%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L163">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_HasModifiedGameDataFiles_" data-uid="Dalamud.Data.DataManager.HasModifiedGameDataFiles*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_HasModifiedGameDataFiles" data-uid="Dalamud.Data.DataManager.HasModifiedGameDataFiles">HasModifiedGameDataFiles</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a value indicating whether the game data files have been modified by another third-party tool.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool HasModifiedGameDataFiles { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -215,7 +248,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_IsDataReady.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.IsDataReady%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L75">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L158">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_IsDataReady_" data-uid="Dalamud.Data.DataManager.IsDataReady*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_IsDataReady" data-uid="Dalamud.Data.DataManager.IsDataReady">IsDataReady</h4>
|
||||
|
|
@ -246,7 +279,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_Language.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.Language%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L132">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_Language_" data-uid="Dalamud.Data.DataManager.Language*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_Language" data-uid="Dalamud.Data.DataManager.Language">Language</h4>
|
||||
|
|
@ -277,7 +310,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_ServerOpCodes.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.ServerOpCodes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L137">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_ServerOpCodes_" data-uid="Dalamud.Data.DataManager.ServerOpCodes*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_ServerOpCodes" data-uid="Dalamud.Data.DataManager.ServerOpCodes">ServerOpCodes</h4>
|
||||
|
|
@ -310,7 +343,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_FileExists_System_String_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.FileExists(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L129">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L217">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_FileExists_" data-uid="Dalamud.Data.DataManager.FileExists*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_FileExists_System_String_" data-uid="Dalamud.Data.DataManager.FileExists(System.String)">FileExists(String)</h4>
|
||||
|
|
@ -360,16 +393,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetExcelSheet__1.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetExcelSheet%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L84">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L172">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetExcelSheet_" data-uid="Dalamud.Data.DataManager.GetExcelSheet*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetExcelSheet__1" data-uid="Dalamud.Data.DataManager.GetExcelSheet``1">GetExcelSheet<T>()</h4>
|
||||
<div class="markdown level1 summary"><p>Get an <see cref="!:ExcelSheet<T>"></see> with the given Excel sheet row type.</p>
|
||||
<div class="markdown level1 summary"><p>Get an <span class="xref">Lumina.Excel.ExcelSheet<T></span> with the given Excel sheet row type.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T>? GetExcelSheet<T>()
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T> GetExcelSheet<T>()
|
||||
where T : ExcelRow</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
|
|
@ -382,8 +415,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">ExcelSheet</span><T>></td>
|
||||
<td><p>The <see cref="!:ExcelSheet<T>"></see>, giving access to game rows.</p>
|
||||
<td><span class="xref">Lumina.Excel.ExcelSheet</span><T></td>
|
||||
<td><p>The <span class="xref">Lumina.Excel.ExcelSheet<T></span>, giving access to game rows.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -409,16 +442,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetExcelSheet__1_Dalamud_ClientLanguage_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetExcelSheet%60%601(Dalamud.ClientLanguage)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L95">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L183">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetExcelSheet_" data-uid="Dalamud.Data.DataManager.GetExcelSheet*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetExcelSheet__1_Dalamud_ClientLanguage_" data-uid="Dalamud.Data.DataManager.GetExcelSheet``1(Dalamud.ClientLanguage)">GetExcelSheet<T>(ClientLanguage)</h4>
|
||||
<div class="markdown level1 summary"><p>Get an <see cref="!:ExcelSheet<T>"></see> with the given Excel sheet row type with a specified language.</p>
|
||||
<div class="markdown level1 summary"><p>Get an <span class="xref">Lumina.Excel.ExcelSheet<T></span> with the given Excel sheet row type with a specified language.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T>? GetExcelSheet<T>(ClientLanguage language)
|
||||
<pre><code class="lang-csharp hljs">public ExcelSheet<T> GetExcelSheet<T>(ClientLanguage language)
|
||||
where T : ExcelRow</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
|
|
@ -449,8 +482,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">ExcelSheet</span><T>></td>
|
||||
<td><p>The <see cref="!:ExcelSheet<T>"></see>, giving access to game rows.</p>
|
||||
<td><span class="xref">Lumina.Excel.ExcelSheet</span><T></td>
|
||||
<td><p>The <span class="xref">Lumina.Excel.ExcelSheet<T></span>, giving access to game rows.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -476,16 +509,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetFile_System_String_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetFile(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L105">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L193">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetFile_" data-uid="Dalamud.Data.DataManager.GetFile*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetFile_System_String_" data-uid="Dalamud.Data.DataManager.GetFile(System.String)">GetFile(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:FileResource"></see> with the given path.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.FileResource</span> with the given path.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public FileResource? GetFile(string path)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public FileResource GetFile(string path)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -515,8 +548,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">FileResource</span>></td>
|
||||
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
|
||||
<td><span class="xref">Lumina.Data.FileResource</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.FileResource</span> of the file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -526,11 +559,11 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetFile__1_System_String_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetFile%60%601(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L116">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L204">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetFile_" data-uid="Dalamud.Data.DataManager.GetFile*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetFile__1_System_String_" data-uid="Dalamud.Data.DataManager.GetFile``1(System.String)">GetFile<T>(String)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:FileResource"></see> with the given path, of the given type.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.FileResource</span> with the given path, of the given type.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -567,7 +600,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">T</span></td>
|
||||
<td><p>The <see cref="!:FileResource"></see> of the file.</p>
|
||||
<td><p>The <span class="xref">Lumina.Data.FileResource</span> of the file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -593,16 +626,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetHqIcon_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetHqIcon(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L205">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L293">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetHqIcon_" data-uid="Dalamud.Data.DataManager.GetHqIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetHqIcon_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetHqIcon(System.UInt32)">GetHqIcon(UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the HQ icon with the given ID.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the HQ icon with the given ID.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetHqIcon(uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetHqIcon(uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -632,8 +665,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -643,16 +676,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetIcon_Dalamud_ClientLanguage_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L162">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L250">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_Dalamud_ClientLanguage_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage,System.UInt32)">GetIcon(ClientLanguage, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given language.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given language.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(ClientLanguage iconLanguage, uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(ClientLanguage iconLanguage, uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -688,8 +721,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -699,16 +732,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetIcon_System_Boolean_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetIcon(System.Boolean%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L150">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L238">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_Boolean_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.Boolean,System.UInt32)">GetIcon(Boolean, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given quality.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given quality.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(bool isHq, uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(bool isHq, uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -744,8 +777,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -755,16 +788,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetIcon_System_String_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetIcon(System.String%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L182">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L270">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_String_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.String,System.UInt32)">GetIcon(String, UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID, of the given type.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID, of the given type.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(string type, uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(string type, uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -800,8 +833,8 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -811,16 +844,16 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetIcon_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetIcon(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L139">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L227">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetIcon_" data-uid="Dalamud.Data.DataManager.GetIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetIcon_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetIcon(System.UInt32)">GetIcon(UInt32)</h4>
|
||||
<div class="markdown level1 summary"><p>Get a <see cref="!:TexFile"></see> containing the icon with the given ID.</p>
|
||||
<div class="markdown level1 summary"><p>Get a <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon with the given ID.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TexFile? GetIcon(uint iconId)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TexFile GetIcon(uint iconId)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -850,27 +883,27 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><p>The <see cref="!:TexFile"></see> containing the icon.</p>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><p>The <span class="xref">Lumina.Data.Files.TexFile</span> containing the icon.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTexture_System_Nullable_TexFile__.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTexture(System.Nullable%7BTexFile%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTexture_Lumina_Data_Files_TexFile_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTexture(Lumina.Data.Files.TexFile)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L213">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L301">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTexture_" data-uid="Dalamud.Data.DataManager.GetImGuiTexture*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTexture_System_Nullable_TexFile__" data-uid="Dalamud.Data.DataManager.GetImGuiTexture(System.Nullable{TexFile})">GetImGuiTexture(Nullable<TexFile>)</h4>
|
||||
<div class="markdown level1 summary"><p>Get the passed <see cref="!:TexFile"></see> as a drawable ImGui TextureWrap.</p>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTexture_Lumina_Data_Files_TexFile_" data-uid="Dalamud.Data.DataManager.GetImGuiTexture(Lumina.Data.Files.TexFile)">GetImGuiTexture(TexFile)</h4>
|
||||
<div class="markdown level1 summary"><p>Get the passed <span class="xref">Lumina.Data.Files.TexFile</span> as a drawable ImGui TextureWrap.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TextureWrap GetImGuiTexture(TexFile? tex)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TextureWrap GetImGuiTexture(TexFile tex)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -883,9 +916,9 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TexFile</span>></td>
|
||||
<td><span class="xref">Lumina.Data.Files.TexFile</span></td>
|
||||
<td><span class="parametername">tex</span></td>
|
||||
<td><p>The Lumina <see cref="!:TexFile"></see>.</p>
|
||||
<td><p>The Lumina <span class="xref">Lumina.Data.Files.TexFile</span>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -911,7 +944,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTexture_System_String_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTexture(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L223">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L311">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTexture_" data-uid="Dalamud.Data.DataManager.GetImGuiTexture*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTexture_System_String_" data-uid="Dalamud.Data.DataManager.GetImGuiTexture(System.String)">GetImGuiTexture(String)</h4>
|
||||
|
|
@ -961,7 +994,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTextureHqIcon_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTextureHqIcon(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L266">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L354">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTextureHqIcon_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureHqIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTextureHqIcon_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureHqIcon(System.UInt32)">GetImGuiTextureHqIcon(UInt32)</h4>
|
||||
|
|
@ -1011,7 +1044,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTextureIcon_Dalamud_ClientLanguage_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTextureIcon(Dalamud.ClientLanguage%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L249">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L337">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTextureIcon_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTextureIcon_Dalamud_ClientLanguage_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon(Dalamud.ClientLanguage,System.UInt32)">GetImGuiTextureIcon(ClientLanguage, UInt32)</h4>
|
||||
|
|
@ -1067,7 +1100,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTextureIcon_System_Boolean_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTextureIcon(System.Boolean%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L240">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L328">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTextureIcon_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTextureIcon_System_Boolean_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon(System.Boolean,System.UInt32)">GetImGuiTextureIcon(Boolean, UInt32)</h4>
|
||||
|
|
@ -1123,7 +1156,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTextureIcon_System_String_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTextureIcon(System.String%2CSystem.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L258">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L346">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTextureIcon_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTextureIcon_System_String_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon(System.String,System.UInt32)">GetImGuiTextureIcon(String, UInt32)</h4>
|
||||
|
|
@ -1179,7 +1212,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_GetImGuiTextureIcon_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.GetImGuiTextureIcon(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L231">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L319">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_GetImGuiTextureIcon_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_GetImGuiTextureIcon_System_UInt32_" data-uid="Dalamud.Data.DataManager.GetImGuiTextureIcon(System.UInt32)">GetImGuiTextureIcon(UInt32)</h4>
|
||||
|
|
@ -1231,7 +1264,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager_System_IDisposable_Dispose.md&value=---%0Auid%3A%20Dalamud.Data.DataManager.System%23IDisposable%23Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L274">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L362">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Data_DataManager_System_IDisposable_Dispose_" data-uid="Dalamud.Data.DataManager.System#IDisposable#Dispose*"></a>
|
||||
<h4 id="Dalamud_Data_DataManager_System_IDisposable_Dispose" data-uid="Dalamud.Data.DataManager.System#IDisposable#Dispose">IDisposable.Dispose()</h4>
|
||||
|
|
@ -1246,6 +1279,9 @@
|
|||
<div>
|
||||
<span class="xref">System.IDisposable</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -1257,7 +1293,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Data_DataManager.md&value=---%0Auid%3A%20Dalamud.Data.DataManager%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L26" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Data/DataManager.cs/#L27" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Data
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Delegate EntryPoint.InitDelegate
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_EntryPoint_InitDelegate_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public delegate void InitDelegate(IntPtr infoPtr);</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public delegate void InitDelegate(IntPtr infoPtr, IntPtr mainThreadContinueEvent);</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -96,6 +96,12 @@
|
|||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">infoPtr</span></td>
|
||||
<td><p>Pointer to a serialized <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> data.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">mainThreadContinueEvent</span></td>
|
||||
<td><p>Event used to signal the main thread to continue.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -111,7 +117,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_InitDelegate.md&value=---%0Auid%3A%20Dalamud.EntryPoint.InitDelegate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L35" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L38" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Delegate EntryPoint.VehDelegate
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -80,34 +80,20 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_EntryPoint_VehDelegate_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public delegate void VehDelegate(IntPtr dumpPath, IntPtr logPath, IntPtr log);</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public delegate IntPtr VehDelegate();</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">dumpPath</span></td>
|
||||
<td><p>Path to minidump file created in UTF-16.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">logPath</span></td>
|
||||
<td><p>Path to log file to create in UTF-16.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">log</span></td>
|
||||
<td><p>Log text in UTF-16.</p>
|
||||
<td><p>HGLOBAL for message.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -123,7 +109,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_VehDelegate.md&value=---%0Auid%3A%20Dalamud.EntryPoint.VehDelegate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L43" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L44" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class EntryPoint
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -111,23 +111,55 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class EntryPoint</code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_LogLevelSwitch.md&value=---%0Auid%3A%20Dalamud.EntryPoint.LogLevelSwitch%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_EntryPoint_LogLevelSwitch" data-uid="Dalamud.EntryPoint.LogLevelSwitch">LogLevelSwitch</h4>
|
||||
<div class="markdown level1 summary"><p>Log level switch for runtime log level change.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static readonly LoggingLevelSwitch LogLevelSwitch</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Serilog.Core.LoggingLevelSwitch</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_Initialize_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.EntryPoint.Initialize(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_Initialize_System_IntPtr_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.EntryPoint.Initialize(System.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_EntryPoint_Initialize_" data-uid="Dalamud.EntryPoint.Initialize*"></a>
|
||||
<h4 id="Dalamud_EntryPoint_Initialize_System_IntPtr_" data-uid="Dalamud.EntryPoint.Initialize(System.IntPtr)">Initialize(IntPtr)</h4>
|
||||
<h4 id="Dalamud_EntryPoint_Initialize_System_IntPtr_System_IntPtr_" data-uid="Dalamud.EntryPoint.Initialize(System.IntPtr,System.IntPtr)">Initialize(IntPtr, IntPtr)</h4>
|
||||
<div class="markdown level1 summary"><p>Initialize Dalamud.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void Initialize(IntPtr infoPtr)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static void Initialize(IntPtr infoPtr, IntPtr mainThreadContinueEvent)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -143,52 +175,44 @@
|
|||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">infoPtr</span></td>
|
||||
<td><p>Pointer to a serialized <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> data.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">mainThreadContinueEvent</span></td>
|
||||
<td><p>Event used to signal the main thread to continue.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_VehCallback_System_IntPtr_System_IntPtr_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.EntryPoint.VehCallback(System.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_VehCallback.md&value=---%0Auid%3A%20Dalamud.EntryPoint.VehCallback%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L63">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_EntryPoint_VehCallback_" data-uid="Dalamud.EntryPoint.VehCallback*"></a>
|
||||
<h4 id="Dalamud_EntryPoint_VehCallback_System_IntPtr_System_IntPtr_System_IntPtr_" data-uid="Dalamud.EntryPoint.VehCallback(System.IntPtr,System.IntPtr,System.IntPtr)">VehCallback(IntPtr, IntPtr, IntPtr)</h4>
|
||||
<div class="markdown level1 summary"><p>Show error message along with stack trace and exit.</p>
|
||||
<h4 id="Dalamud_EntryPoint_VehCallback" data-uid="Dalamud.EntryPoint.VehCallback">VehCallback()</h4>
|
||||
<div class="markdown level1 summary"><p>Returns stack trace.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void VehCallback(IntPtr dumpPath, IntPtr logPath, IntPtr log)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static IntPtr VehCallback()</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">dumpPath</span></td>
|
||||
<td><p>Path to minidump file created in UTF-16.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">logPath</span></td>
|
||||
<td><p>Path to log file to create in UTF-16.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">log</span></td>
|
||||
<td><p>Log text in UTF-16.</p>
|
||||
<td><p>HGlobal to wchar_t* stack trace c-string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -204,7 +228,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint.md&value=---%0Auid%3A%20Dalamud.EntryPoint%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L29" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L26" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BaseAddressResolver
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -83,7 +83,6 @@
|
|||
<div class="level2"><a class="xref" href="Dalamud.Game.ClientState.ClientStateAddressResolver.html">ClientStateAddressResolver</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.FrameworkAddressResolver.html">FrameworkAddressResolver</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.Gui.ChatGuiAddressResolver.html">ChatGuiAddressResolver</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html">ContextMenuAddressResolver</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.Gui.FlyText.FlyTextGuiAddressResolver.html">FlyTextGuiAddressResolver</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.Gui.PartyFinder.PartyFinderAddressResolver.html">PartyFinderAddressResolver</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.Gui.Toast.ToastGuiAddressResolver.html">ToastGuiAddressResolver</a></div>
|
||||
|
|
@ -127,7 +126,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_DebugScannedValues.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.DebugScannedValues%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L16">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L18">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_DebugScannedValues_" data-uid="Dalamud.Game.BaseAddressResolver.DebugScannedValues*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_DebugScannedValues" data-uid="Dalamud.Game.BaseAddressResolver.DebugScannedValues">DebugScannedValues</h4>
|
||||
|
|
@ -158,7 +157,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_IsResolved.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.IsResolved%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L21">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L23">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_IsResolved_" data-uid="Dalamud.Game.BaseAddressResolver.IsResolved*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_IsResolved" data-uid="Dalamud.Game.BaseAddressResolver.IsResolved">IsResolved</h4>
|
||||
|
|
@ -191,7 +190,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_GetVirtualFunction__1_System_IntPtr_System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.GetVirtualFunction%60%601(System.IntPtr%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L76">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L80">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_GetVirtualFunction_" data-uid="Dalamud.Game.BaseAddressResolver.GetVirtualFunction*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_GetVirtualFunction__1_System_IntPtr_System_Int32_System_Int32_" data-uid="Dalamud.Game.BaseAddressResolver.GetVirtualFunction``1(System.IntPtr,System.Int32,System.Int32)">GetVirtualFunction<T>(IntPtr, Int32, Int32)</h4>
|
||||
|
|
@ -270,27 +269,30 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_Setup.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.Setup%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_Setup_" data-uid="Dalamud.Game.BaseAddressResolver.Setup*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_Setup" data-uid="Dalamud.Game.BaseAddressResolver.Setup">Setup()</h4>
|
||||
<div class="markdown level1 summary"><p>Setup the resolver, calling the appopriate method based on the process architecture.</p>
|
||||
<div class="markdown level1 summary"><p>Setup the resolver, calling the appropriate method based on the process architecture,
|
||||
using the default SigScanner.</p>
|
||||
<p>For plugins. Not intended to be called from Dalamud Service{T} constructors.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Setup()</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[UsedImplicitly]
|
||||
public void Setup()</code></pre>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_Setup_Dalamud_Game_SigScanner_.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.Setup(Dalamud.Game.SigScanner)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L38">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_Setup_" data-uid="Dalamud.Game.BaseAddressResolver.Setup*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_Setup_Dalamud_Game_SigScanner_" data-uid="Dalamud.Game.BaseAddressResolver.Setup(Dalamud.Game.SigScanner)">Setup(SigScanner)</h4>
|
||||
<div class="markdown level1 summary"><p>Setup the resolver, calling the appopriate method based on the process architecture.</p>
|
||||
<div class="markdown level1 summary"><p>Setup the resolver, calling the appropriate method based on the process architecture.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -320,7 +322,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_Setup32Bit_Dalamud_Game_SigScanner_.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.Setup32Bit(Dalamud.Game.SigScanner)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L91">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L95">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_Setup32Bit_" data-uid="Dalamud.Game.BaseAddressResolver.Setup32Bit*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_Setup32Bit_Dalamud_Game_SigScanner_" data-uid="Dalamud.Game.BaseAddressResolver.Setup32Bit(Dalamud.Game.SigScanner)">Setup32Bit(SigScanner)</h4>
|
||||
|
|
@ -354,7 +356,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_Setup64Bit_Dalamud_Game_SigScanner_.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.Setup64Bit(Dalamud.Game.SigScanner)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L100">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L104">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_Setup64Bit_" data-uid="Dalamud.Game.BaseAddressResolver.Setup64Bit*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_Setup64Bit_Dalamud_Game_SigScanner_" data-uid="Dalamud.Game.BaseAddressResolver.Setup64Bit(Dalamud.Game.SigScanner)">Setup64Bit(SigScanner)</h4>
|
||||
|
|
@ -388,7 +390,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver_SetupInternal_Dalamud_Game_SigScanner_.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver.SetupInternal(Dalamud.Game.SigScanner)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L109">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L113">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_BaseAddressResolver_SetupInternal_" data-uid="Dalamud.Game.BaseAddressResolver.SetupInternal*"></a>
|
||||
<h4 id="Dalamud_Game_BaseAddressResolver_SetupInternal_Dalamud_Game_SigScanner_" data-uid="Dalamud.Game.BaseAddressResolver.SetupInternal(Dalamud.Game.SigScanner)">SetupInternal(SigScanner)</h4>
|
||||
|
|
@ -428,7 +430,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_BaseAddressResolver.md&value=---%0Auid%3A%20Dalamud.Game.BaseAddressResolver%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L11" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/BaseAddressResolver.cs/#L13" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ChatHandlers
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,6 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">ChatHandlers</span></div>
|
||||
</div>
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
|
|
@ -109,7 +113,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ChatHandlers_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class ChatHandlers</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class ChatHandlers : IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -118,7 +122,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers_LastLink.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers.LastLink%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L131">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L130">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ChatHandlers_LastLink_" data-uid="Dalamud.Game.ChatHandlers.LastLink*"></a>
|
||||
<h4 id="Dalamud_Game_ChatHandlers_LastLink" data-uid="Dalamud.Game.ChatHandlers.LastLink">LastLink</h4>
|
||||
|
|
@ -151,7 +155,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers_MakeItalics_Dalamud_Game_Text_SeStringHandling_Payloads_TextPayload_.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers.MakeItalics(Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L146">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L145">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ChatHandlers_MakeItalics_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics*"></a>
|
||||
<h4 id="Dalamud_Game_ChatHandlers_MakeItalics_Dalamud_Game_Text_SeStringHandling_Payloads_TextPayload_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics(Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload)">MakeItalics(TextPayload)</h4>
|
||||
|
|
@ -201,7 +205,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers_MakeItalics_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers.MakeItalics(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L138">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L137">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ChatHandlers_MakeItalics_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics*"></a>
|
||||
<h4 id="Dalamud_Game_ChatHandlers_MakeItalics_System_String_" data-uid="Dalamud.Game.ChatHandlers.MakeItalics(System.String)">MakeItalics(String)</h4>
|
||||
|
|
@ -246,6 +250,10 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -257,7 +265,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ChatHandlers.md&value=---%0Auid%3A%20Dalamud.Game.ChatHandlers%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L29" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ChatHandlers.cs/#L28" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class AetheryteEntry
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.Aetheryte> AetheryteData { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Aetheryte> AetheryteData { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class AetheryteList
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">AetheryteList</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<a class="xref" href="Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html">AetheryteEntry</a>></div>
|
||||
<div><span class="xref">System.Collections.Generic.IEnumerable</span><<a class="xref" href="Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html">AetheryteEntry</a>></div>
|
||||
<div><span class="xref">System.Collections.IEnumerable</span></div>
|
||||
|
|
@ -115,7 +116,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class AetheryteList : IReadOnlyCollection<AetheryteEntry>, IEnumerable<AetheryteEntry>, IEnumerable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class AetheryteList : IServiceType, IReadOnlyCollection<AetheryteEntry>, IEnumerable<AetheryteEntry>, IEnumerable</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -124,7 +125,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Aetherytes_AetheryteList_Count.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L100">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L94">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_Count_" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_Count" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count">Count</h4>
|
||||
|
|
@ -154,7 +155,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Aetherytes_AetheryteList_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_Item_" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -237,7 +238,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Aetherytes_AetheryteList_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L103">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L97">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_GetEnumerator" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator">GetEnumerator()</h4>
|
||||
|
|
@ -269,7 +270,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Aetherytes_AetheryteList_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Aetherytes.AetheryteList.System%23Collections%23IEnumerable%23GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L112">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L106">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_System_Collections_IEnumerable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Aetherytes_AetheryteList_System_Collections_IEnumerable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Aetherytes.AetheryteList.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
|
|
@ -295,6 +296,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Collections.Generic.IReadOnlyCollection<T></span>
|
||||
</div>
|
||||
|
|
@ -315,7 +319,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Aetherytes_AetheryteList.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Aetherytes.AetheryteList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L97" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Aetherytes/AetheryteList.cs/#L91" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Aetherytes
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BuddyList
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -82,8 +82,9 @@ It does not include the local player.</p>
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">BuddyList</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<a class="xref" href="Dalamud.Game.ClientState.Buddy.BuddyMember.html">BuddyMember</a>></div>
|
||||
<div><span class="xref">System.Collections.Generic.IEnumerable</span><<a class="xref" href="Dalamud.Game.ClientState.Buddy.BuddyMember.html">BuddyMember</a>></div>
|
||||
<div><span class="xref">System.Collections.IEnumerable</span></div>
|
||||
|
|
@ -116,7 +117,7 @@ It does not include the local player.</p>
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Buddy_BuddyList_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class BuddyList : IReadOnlyCollection<BuddyMember>, IEnumerable<BuddyMember>, IEnumerable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class BuddyList : IServiceType, IReadOnlyCollection<BuddyMember>, IEnumerable<BuddyMember>, IEnumerable</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -125,7 +126,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_CompanionBuddy.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.CompanionBuddy%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L68">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L69">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_CompanionBuddy_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.CompanionBuddy*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_CompanionBuddy" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.CompanionBuddy">CompanionBuddy</h4>
|
||||
|
|
@ -156,7 +157,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_CompanionBuddyPresent.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.CompanionBuddyPresent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L58">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L59">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_CompanionBuddyPresent_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.CompanionBuddyPresent*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_CompanionBuddyPresent" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.CompanionBuddyPresent">CompanionBuddyPresent</h4>
|
||||
|
|
@ -187,7 +188,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L103">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L104">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_Item_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -237,7 +238,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_Length.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_Length_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.Length*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_Length" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.Length">Length</h4>
|
||||
|
|
@ -268,7 +269,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_PetBuddy.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.PetBuddy%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L80">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L81">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_PetBuddy_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.PetBuddy*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_PetBuddy" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.PetBuddy">PetBuddy</h4>
|
||||
|
|
@ -299,7 +300,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_PetBuddyPresent.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.PetBuddyPresent%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L63">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L64">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_PetBuddyPresent_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.PetBuddyPresent*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_PetBuddyPresent" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.PetBuddyPresent">PetBuddyPresent</h4>
|
||||
|
|
@ -332,7 +333,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_CreateBuddyMemberReference_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.CreateBuddyMemberReference(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L148">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L149">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_CreateBuddyMemberReference_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.CreateBuddyMemberReference*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_CreateBuddyMemberReference_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.CreateBuddyMemberReference(System.IntPtr)">CreateBuddyMemberReference(IntPtr)</h4>
|
||||
|
|
@ -382,7 +383,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_GetBattleBuddyMemberAddress_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.GetBattleBuddyMemberAddress(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L135">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L136">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_GetBattleBuddyMemberAddress_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetBattleBuddyMemberAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_GetBattleBuddyMemberAddress_System_Int32_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetBattleBuddyMemberAddress(System.Int32)">GetBattleBuddyMemberAddress(Int32)</h4>
|
||||
|
|
@ -432,7 +433,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_GetCompanionBuddyMemberAddress.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.GetCompanionBuddyMemberAddress%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L116">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L117">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_GetCompanionBuddyMemberAddress_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetCompanionBuddyMemberAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_GetCompanionBuddyMemberAddress" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetCompanionBuddyMemberAddress">GetCompanionBuddyMemberAddress()</h4>
|
||||
|
|
@ -464,7 +465,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L175">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L174">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_GetEnumerator" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetEnumerator">GetEnumerator()</h4>
|
||||
|
|
@ -494,7 +495,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_GetPetBuddyMemberAddress.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.GetPetBuddyMemberAddress%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L125">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L126">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_GetPetBuddyMemberAddress_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetPetBuddyMemberAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_GetPetBuddyMemberAddress" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.GetPetBuddyMemberAddress">GetPetBuddyMemberAddress()</h4>
|
||||
|
|
@ -528,7 +529,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Buddy_BuddyMember__Count.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.System%23Collections%23Generic%23IReadOnlyCollection%7BDalamud%23Game%23ClientState%23Buddy%23BuddyMember%7D%23Count%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L172">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L171">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Buddy_BuddyMember__Count_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Buddy#BuddyMember}#Count*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Buddy_BuddyMember__Count" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Buddy#BuddyMember}#Count">IReadOnlyCollection<BuddyMember>.Count</h4>
|
||||
|
|
@ -558,7 +559,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList.System%23Collections%23IEnumerable%23GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L184">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L183">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyList_System_Collections_IEnumerable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyList_System_Collections_IEnumerable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Buddy.BuddyList.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
|
|
@ -584,6 +585,9 @@ It does not include the local player.</p>
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Collections.Generic.IReadOnlyCollection<T></span>
|
||||
</div>
|
||||
|
|
@ -604,7 +608,7 @@ It does not include the local player.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyList.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L169" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyList.cs/#L168" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BuddyMember
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L26">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_Address_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_Address" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.Address">Address</h4>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_CurrentHP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.CurrentHP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_CurrentHP_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.CurrentHP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_CurrentHP" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.CurrentHP">CurrentHP</h4>
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_DataID.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.DataID%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_DataID_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.DataID*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_DataID" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.DataID">DataID</h4>
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_GameObject.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.GameObject%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_GameObject_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.GameObject*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_GameObject" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.GameObject">GameObject</h4>
|
||||
|
|
@ -245,7 +245,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_MaxHP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.MaxHP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L52">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_MaxHP_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.MaxHP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_MaxHP" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.MaxHP">MaxHP</h4>
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_MountData.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.MountData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_MountData_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.MountData*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_MountData" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.MountData">MountData</h4>
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.Mount> MountData { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Mount> MountData { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -307,7 +307,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_ObjectId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.ObjectId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_ObjectId_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.ObjectId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_ObjectId" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.ObjectId">ObjectId</h4>
|
||||
|
|
@ -338,7 +338,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_PetData.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.PetData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L67">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_PetData_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.PetData*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_PetData" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.PetData">PetData</h4>
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.Pet> PetData { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Pet> PetData { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -369,7 +369,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Buddy_BuddyMember_TrustData.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Buddy.BuddyMember.TrustData%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L69">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Buddy/BuddyMember.cs/#L72">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Buddy_BuddyMember_TrustData_" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.TrustData*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Buddy_BuddyMember_TrustData" data-uid="Dalamud.Game.ClientState.Buddy.BuddyMember.TrustData">TrustData</h4>
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.DawnGrowMember> TrustData { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<DawnGrowMember> TrustData { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Buddy
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ClientState
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,9 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">ClientState</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IDisposable</span></div>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_ClientState_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class ClientState : IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class ClientState : IDisposable, IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -122,7 +123,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_ClientLanguage.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.ClientLanguage%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L106">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L93">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_ClientLanguage_" data-uid="Dalamud.Game.ClientState.ClientState.ClientLanguage*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_ClientLanguage" data-uid="Dalamud.Game.ClientState.ClientState.ClientLanguage">ClientLanguage</h4>
|
||||
|
|
@ -153,7 +154,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_IsLoggedIn.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.IsLoggedIn%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L126">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L113">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_IsLoggedIn_" data-uid="Dalamud.Game.ClientState.ClientState.IsLoggedIn*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_IsLoggedIn" data-uid="Dalamud.Game.ClientState.ClientState.IsLoggedIn">IsLoggedIn</h4>
|
||||
|
|
@ -179,12 +180,74 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_IsPvP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.IsPvP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L118">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_IsPvP_" data-uid="Dalamud.Game.ClientState.ClientState.IsPvP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_IsPvP" data-uid="Dalamud.Game.ClientState.ClientState.IsPvP">IsPvP</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the user is playing PvP.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsPvP { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_IsPvPExcludingDen.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.IsPvPExcludingDen%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L123">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_IsPvPExcludingDen_" data-uid="Dalamud.Game.ClientState.ClientState.IsPvPExcludingDen*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_IsPvPExcludingDen" data-uid="Dalamud.Game.ClientState.ClientState.IsPvPExcludingDen">IsPvPExcludingDen</h4>
|
||||
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the user is playing PvP, excluding the Wolves' Den.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsPvPExcludingDen { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_LocalContentId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.LocalContentId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L121">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_LocalContentId_" data-uid="Dalamud.Game.ClientState.ClientState.LocalContentId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_LocalContentId" data-uid="Dalamud.Game.ClientState.ClientState.LocalContentId">LocalContentId</h4>
|
||||
|
|
@ -215,7 +278,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_LocalPlayer.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.LocalPlayer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L116">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L103">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_LocalPlayer_" data-uid="Dalamud.Game.ClientState.ClientState.LocalPlayer*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_LocalPlayer" data-uid="Dalamud.Game.ClientState.ClientState.LocalPlayer">LocalPlayer</h4>
|
||||
|
|
@ -246,7 +309,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_TerritoryType.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.TerritoryType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L111">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_TerritoryType_" data-uid="Dalamud.Game.ClientState.ClientState.TerritoryType*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_TerritoryType" data-uid="Dalamud.Game.ClientState.ClientState.TerritoryType">TerritoryType</h4>
|
||||
|
|
@ -272,24 +335,6 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_Enable.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.Enable%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L131">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_Enable_" data-uid="Dalamud.Game.ClientState.ClientState.Enable*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_Enable" data-uid="Dalamud.Game.ClientState.ClientState.Enable">Enable()</h4>
|
||||
<div class="markdown level1 summary"><p>Enable this module.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Enable()</code></pre>
|
||||
</div>
|
||||
<h3 id="events">Events
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -297,7 +342,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_CfPop.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.CfPop%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L101">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L88">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_CfPop" data-uid="Dalamud.Game.ClientState.ClientState.CfPop">CfPop</h4>
|
||||
<div class="markdown level1 summary"><p>Event that gets fired when a duty is ready.</p>
|
||||
|
|
@ -305,7 +350,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<Lumina.Excel.GeneratedSheets.ContentFinderCondition> CfPop</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<ContentFinderCondition> CfPop</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -322,12 +367,72 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_EnterPvP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.EnterPvP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_EnterPvP" data-uid="Dalamud.Game.ClientState.ClientState.EnterPvP">EnterPvP</h4>
|
||||
<div class="markdown level1 summary"><p>Event that fires when a character is entering PvP.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Action EnterPvP</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_LeavePvP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.LeavePvP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L83">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_LeavePvP" data-uid="Dalamud.Game.ClientState.ClientState.LeavePvP">LeavePvP</h4>
|
||||
<div class="markdown level1 summary"><p>Event that fires when a character is leaving PvP.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Action LeavePvP</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Action</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_Login.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.Login%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L91">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L68">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_Login" data-uid="Dalamud.Game.ClientState.ClientState.Login">Login</h4>
|
||||
<div class="markdown level1 summary"><p>Event that fires when a character is logging in.</p>
|
||||
|
|
@ -357,7 +462,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_Logout.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.Logout%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L96">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L73">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_Logout" data-uid="Dalamud.Game.ClientState.ClientState.Logout">Logout</h4>
|
||||
<div class="markdown level1 summary"><p>Event that fires when a character is logging out.</p>
|
||||
|
|
@ -387,7 +492,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_TerritoryChanged.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.TerritoryChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L86">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L63">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_TerritoryChanged" data-uid="Dalamud.Game.ClientState.ClientState.TerritoryChanged">TerritoryChanged</h4>
|
||||
<div class="markdown level1 summary"><p>Event that gets fired when the current Territory changes.</p>
|
||||
|
|
@ -419,7 +524,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState_System_IDisposable_Dispose.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState.System%23IDisposable%23Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L141">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L133">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_ClientState_System_IDisposable_Dispose_" data-uid="Dalamud.Game.ClientState.ClientState.System#IDisposable#Dispose*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_ClientState_System_IDisposable_Dispose" data-uid="Dalamud.Game.ClientState.ClientState.System#IDisposable#Dispose">IDisposable.Dispose()</h4>
|
||||
|
|
@ -434,6 +539,9 @@
|
|||
<div>
|
||||
<span class="xref">System.IDisposable</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -445,7 +553,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_ClientState.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.ClientState%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L27" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/ClientState.cs/#L21" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ClientStateAddressResolver
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Delegate Condition.ConditionChangeDelegate
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_ConditionChangeDelegate.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L37" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L36" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Condition
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">Condition</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.IDisposable</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Conditions_Condition_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class Condition : IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class Condition : IServiceType, IDisposable</code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
</h3>
|
||||
|
|
@ -122,7 +123,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_MaxConditionEntries.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.MaxConditionEntries%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L19">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L20">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_MaxConditionEntries" data-uid="Dalamud.Game.ClientState.Conditions.Condition.MaxConditionEntries">MaxConditionEntries</h4>
|
||||
<div class="markdown level1 summary"><p>The current max number of conditions. You can get this just by looking at the condition sheet and how many rows it has.</p>
|
||||
|
|
@ -154,7 +155,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L48">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_Address_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_Address" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Address">Address</h4>
|
||||
|
|
@ -185,7 +186,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_Item_Dalamud_Game_ClientState_Conditions_ConditionFlag_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.Item(Dalamud.Game.ClientState.Conditions.ConditionFlag)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L66">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L65">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_Item_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_Item_Dalamud_Game_ClientState_Conditions_ConditionFlag_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Item(Dalamud.Game.ClientState.Conditions.ConditionFlag)">Item[ConditionFlag]</h4>
|
||||
|
|
@ -233,7 +234,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L53">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_Item_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -284,7 +285,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_Any.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.Any%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L73">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L72">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_Any_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Any*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_Any" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Any">Any()</h4>
|
||||
|
|
@ -311,28 +312,12 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_Enable.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.Enable%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L89">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_Enable_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Enable*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_Enable" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Enable">Enable()</h4>
|
||||
<div class="markdown level1 summary"><p>Enables the hooks of the Condition class function.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Enable()</code></pre>
|
||||
</div>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_Finalize.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.Finalize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L131">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L128">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_Finalize_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Finalize*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_Finalize" data-uid="Dalamud.Game.ClientState.Conditions.Condition.Finalize">Finalize()</h4>
|
||||
|
|
@ -350,7 +335,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_ConditionChange.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.ConditionChange%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L43">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_ConditionChange" data-uid="Dalamud.Game.ClientState.Conditions.Condition.ConditionChange">ConditionChange</h4>
|
||||
<div class="markdown level1 summary"><p>Event that gets fired when a condition is set.
|
||||
|
|
@ -383,7 +368,7 @@ Should only get fired for actual changes, so the previous value will always be !
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition_System_IDisposable_Dispose.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition.System%23IDisposable%23Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L139">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L136">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Conditions_Condition_System_IDisposable_Dispose_" data-uid="Dalamud.Game.ClientState.Conditions.Condition.System#IDisposable#Dispose*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Conditions_Condition_System_IDisposable_Dispose" data-uid="Dalamud.Game.ClientState.Conditions.Condition.System#IDisposable#Dispose">IDisposable.Dispose()</h4>
|
||||
|
|
@ -395,6 +380,9 @@ Should only get fired for actual changes, so the previous value will always be !
|
|||
<pre><code class="lang-csharp hljs">void IDisposable.Dispose()</code></pre>
|
||||
</div>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.IDisposable</span>
|
||||
</div>
|
||||
|
|
@ -409,7 +397,7 @@ Should only get fired for actual changes, so the previous value will always be !
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Conditions_Condition.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Conditions.Condition%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L124" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Conditions/Condition.cs/#L121" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum ConditionFlag
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Conditions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Fate
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">Fate</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Fates.Fate.html">Fate</a>></div>
|
||||
</div>
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Lumina.Excel.GeneratedSheets.Fate GameData { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Fate GameData { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -435,7 +435,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.TerritoryType> TerritoryType { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<TerritoryType> TerritoryType { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum FateState
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class FateTable
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">FateTable</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<a class="xref" href="Dalamud.Game.ClientState.Fates.Fate.html">Fate</a>></div>
|
||||
<div><span class="xref">System.Collections.Generic.IEnumerable</span><<a class="xref" href="Dalamud.Game.ClientState.Fates.Fate.html">Fate</a>></div>
|
||||
<div><span class="xref">System.Collections.IEnumerable</span></div>
|
||||
|
|
@ -115,7 +116,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Fates_FateTable_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class FateTable : IReadOnlyCollection<Fate>, IEnumerable<Fate>, IEnumerable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class FateTable : IServiceType, IReadOnlyCollection<Fate>, IEnumerable<Fate>, IEnumerable</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -124,7 +125,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_Address_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_Address" data-uid="Dalamud.Game.ClientState.Fates.FateTable.Address">Address</h4>
|
||||
|
|
@ -155,7 +156,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_Item_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -205,7 +206,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_Length.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_Length_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.Length*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_Length" data-uid="Dalamud.Game.ClientState.Fates.FateTable.Length">Length</h4>
|
||||
|
|
@ -238,7 +239,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_CreateFateReference_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.CreateFateReference(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L110">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_CreateFateReference_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.CreateFateReference*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_CreateFateReference_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.CreateFateReference(System.IntPtr)">CreateFateReference(IntPtr)</h4>
|
||||
|
|
@ -288,7 +289,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L133">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L131">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Fates.FateTable.GetEnumerator">GetEnumerator()</h4>
|
||||
|
|
@ -318,7 +319,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_GetFateAddress_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.GetFateAddress(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L93">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L91">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_GetFateAddress_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.GetFateAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_GetFateAddress_System_Int32_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.GetFateAddress(System.Int32)">GetFateAddress(Int32)</h4>
|
||||
|
|
@ -370,7 +371,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Fates_Fate__Count.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.System%23Collections%23Generic%23IReadOnlyCollection%7BDalamud%23Game%23ClientState%23Fates%23Fate%7D%23Count%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L130">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L128">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Fates_Fate__Count_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Fates#Fate}#Count*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Fates_Fate__Count" data-uid="Dalamud.Game.ClientState.Fates.FateTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Fates#Fate}#Count">IReadOnlyCollection<Fate>.Count</h4>
|
||||
|
|
@ -400,7 +401,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable.System%23Collections%23IEnumerable%23GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L142">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L140">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Fates_FateTable_System_Collections_IEnumerable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Fates.FateTable.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Fates_FateTable_System_Collections_IEnumerable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Fates.FateTable.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
|
|
@ -426,6 +427,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Collections.Generic.IReadOnlyCollection<T></span>
|
||||
</div>
|
||||
|
|
@ -446,7 +450,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Fates_FateTable.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Fates.FateTable%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L127" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Fates/FateTable.cs/#L125" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Fates
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum GamepadButtons
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct GamepadInput
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class GamepadState
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -82,9 +82,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">GamepadState</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IDisposable</span></div>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
|
|
@ -114,44 +115,8 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_GamePad_GamepadState_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class GamepadState : IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class GamepadState : IDisposable, IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState__ctor_Dalamud_Game_ClientState_ClientStateAddressResolver_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.%23ctor(Dalamud.Game.ClientState.ClientStateAddressResolver)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState__ctor_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState__ctor_Dalamud_Game_ClientState_ClientStateAddressResolver_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.#ctor(Dalamud.Game.ClientState.ClientStateAddressResolver)">GamepadState(ClientStateAddressResolver)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.ClientState.GamePad.GamepadState.html">GamepadState</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public GamepadState(ClientStateAddressResolver resolver)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.ClientStateAddressResolver.html">ClientStateAddressResolver</a></td>
|
||||
<td><span class="parametername">resolver</span></td>
|
||||
<td><p>Resolver knowing the pointer to the GamepadPoll function.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -159,7 +124,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_GamepadInputAddress.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.GamepadInputAddress%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L43">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_GamepadInputAddress_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.GamepadInputAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_GamepadInputAddress" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.GamepadInputAddress">GamepadInputAddress</h4>
|
||||
|
|
@ -190,7 +155,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickDown.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickDown%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L63">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickDown_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickDown*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickDown" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickDown">LeftStickDown</h4>
|
||||
|
|
@ -221,7 +186,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickLeft.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickLeft%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L48">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickLeft_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickLeft*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickLeft" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickLeft">LeftStickLeft</h4>
|
||||
|
|
@ -252,7 +217,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickRight.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickRight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L54">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L53">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickRight_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickRight*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickRight" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickRight">LeftStickRight</h4>
|
||||
|
|
@ -283,7 +248,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickUp.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickUp%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L58">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickUp_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickUp*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_LeftStickUp" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.LeftStickUp">LeftStickUp</h4>
|
||||
|
|
@ -314,7 +279,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_RightStickDown.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.RightStickDown%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L84">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L83">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickDown_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickDown*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickDown" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickDown">RightStickDown</h4>
|
||||
|
|
@ -345,7 +310,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_RightStickLeft.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.RightStickLeft%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L69">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L68">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickLeft_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickLeft*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickLeft" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickLeft">RightStickLeft</h4>
|
||||
|
|
@ -376,7 +341,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_RightStickRight.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.RightStickRight%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L74">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L73">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickRight_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickRight*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickRight" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickRight">RightStickRight</h4>
|
||||
|
|
@ -407,7 +372,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_RightStickUp.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.RightStickUp%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickUp_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickUp*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_RightStickUp" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.RightStickUp">RightStickUp</h4>
|
||||
|
|
@ -440,7 +405,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_Pressed_Dalamud_Game_ClientState_GamePad_GamepadButtons_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.Pressed(Dalamud.Game.ClientState.GamePad.GamepadButtons)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L132">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L131">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_Pressed_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Pressed*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_Pressed_Dalamud_Game_ClientState_GamePad_GamepadButtons_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Pressed(Dalamud.Game.ClientState.GamePad.GamepadButtons)">Pressed(GamepadButtons)</h4>
|
||||
|
|
@ -492,7 +457,7 @@ If ImGuiConfigFlags.NavEnableGamepad is set, this is unreliable.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_Raw_Dalamud_Game_ClientState_GamePad_GamepadButtons_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.Raw(Dalamud.Game.ClientState.GamePad.GamepadButtons)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L161">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L160">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_Raw_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Raw*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_Raw_Dalamud_Game_ClientState_GamePad_GamepadButtons_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Raw(Dalamud.Game.ClientState.GamePad.GamepadButtons)">Raw(GamepadButtons)</h4>
|
||||
|
|
@ -543,7 +508,7 @@ If ImGuiConfigFlags.NavEnableGamepad is set, this is unreliable.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_Released_Dalamud_Game_ClientState_GamePad_GamepadButtons_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.Released(Dalamud.Game.ClientState.GamePad.GamepadButtons)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L152">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L151">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_Released_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Released*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_Released_Dalamud_Game_ClientState_GamePad_GamepadButtons_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Released(Dalamud.Game.ClientState.GamePad.GamepadButtons)">Released(GamepadButtons)</h4>
|
||||
|
|
@ -595,7 +560,7 @@ If ImGuiConfigFlags.NavEnableGamepad is set, this is unreliable.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_Repeat_Dalamud_Game_ClientState_GamePad_GamepadButtons_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.Repeat(Dalamud.Game.ClientState.GamePad.GamepadButtons)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L142">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L141">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_Repeat_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Repeat*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_Repeat_Dalamud_Game_ClientState_GamePad_GamepadButtons_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.Repeat(Dalamud.Game.ClientState.GamePad.GamepadButtons)">Repeat(GamepadButtons)</h4>
|
||||
|
|
@ -649,7 +614,7 @@ If ImGuiConfigFlags.NavEnableGamepad is set, this is unreliable.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_GamePad_GamepadState_System_IDisposable_Dispose.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.GamePad.GamepadState.System%23IDisposable%23Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L166">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/GamePad/GamepadState.cs/#L165">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_GamePad_GamepadState_System_IDisposable_Dispose_" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.System#IDisposable#Dispose*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_GamePad_GamepadState_System_IDisposable_Dispose" data-uid="Dalamud.Game.ClientState.GamePad.GamepadState.System#IDisposable#Dispose">IDisposable.Dispose()</h4>
|
||||
|
|
@ -664,6 +629,9 @@ If ImGuiConfigFlags.NavEnableGamepad is set, this is unreliable.</p>
|
|||
<div>
|
||||
<span class="xref">System.IDisposable</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.GamePad
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum BeastChakra
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum CardType
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum DismissedFairy
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum Kaeshi
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum Mudras
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum Nadi
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum PetGlam
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum SealType
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum Sen
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum Song
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum SummonPet
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.JobGauge.Enums
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class JobGauges
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,6 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">JobGauges</span></div>
|
||||
</div>
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
|
|
@ -109,44 +113,8 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_JobGauge_JobGauges_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class JobGauges</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class JobGauges : IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_JobGauges__ctor_Dalamud_Game_ClientState_ClientStateAddressResolver_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.JobGauges.%23ctor(Dalamud.Game.ClientState.ClientStateAddressResolver)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/JobGauges.cs/#L25">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_JobGauges__ctor_" data-uid="Dalamud.Game.ClientState.JobGauge.JobGauges.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_JobGauges__ctor_Dalamud_Game_ClientState_ClientStateAddressResolver_" data-uid="Dalamud.Game.ClientState.JobGauge.JobGauges.#ctor(Dalamud.Game.ClientState.ClientStateAddressResolver)">JobGauges(ClientStateAddressResolver)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.ClientState.JobGauge.JobGauges.html">JobGauges</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public JobGauges(ClientStateAddressResolver addressResolver)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.ClientStateAddressResolver.html">ClientStateAddressResolver</a></td>
|
||||
<td><span class="parametername">addressResolver</span></td>
|
||||
<td><p>Address resolver with the JobGauge memory location(s).</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -154,7 +122,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_JobGauges_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.JobGauges.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/JobGauges.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/JobGauges.cs/#L33">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_JobGauges_Address_" data-uid="Dalamud.Game.ClientState.JobGauge.JobGauges.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_JobGauges_Address" data-uid="Dalamud.Game.ClientState.JobGauge.JobGauges.Address">Address</h4>
|
||||
|
|
@ -187,7 +155,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_JobGauges_Get__1.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.JobGauges.Get%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/JobGauges.cs/#L42">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/JobGauges.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_JobGauges_Get_" data-uid="Dalamud.Game.ClientState.JobGauge.JobGauges.Get*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_JobGauges_Get__1" data-uid="Dalamud.Game.ClientState.JobGauge.JobGauges.Get``1">Get<T>()</h4>
|
||||
|
|
@ -231,6 +199,10 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ASTGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BLMGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BRDGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DNCGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DRGGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_EyeCount.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.EyeCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L34">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_EyeCount_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.EyeCount*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_EyeCount" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.EyeCount">EyeCount</h4>
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_FirstmindsFocusCount.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_FirstmindsFocusCount_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_FirstmindsFocusCount" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount">FirstmindsFocusCount</h4>
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_IsLOTDActive.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L29">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_IsLOTDActive_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_IsLOTDActive" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive">IsLOTDActive</h4>
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_LOTDTimer.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L24">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_LOTDTimer_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_LOTDTimer" data-uid="Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer">LOTDTimer</h4>
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_JobGauge_Types_DRGGauge.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.JobGauge.Types.DRGGauge%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L10" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/JobGauge/Types/DRGGauge.cs/#L8" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DRKGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class GNBGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class JobGaugeBase<T>
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class JobGaugeBase
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class MCHGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class MNKGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class NINGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PLDGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RDMGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class RPRGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SAMGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SCHGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SGEGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SMNGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -541,7 +541,7 @@ Use the summon accessors instead.</p>
|
|||
<a id="Dalamud_Game_ClientState_JobGauge_Types_SMNGauge_ReturnSummon_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.ReturnSummon*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_SMNGauge_ReturnSummon" data-uid="Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.ReturnSummon">ReturnSummon</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the summon that will return after the current summon expires.
|
||||
This maps to the <see cref="!:Lumina.Excel.GeneratedSheets.Pet"></see> sheet.</p>
|
||||
This maps to the <span class="xref">Lumina.Excel.GeneratedSheets.Pet</span> sheet.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -573,7 +573,7 @@ This maps to the <see cref="!:Lumina.Excel.GeneratedSheets.Pet"></see> sheet.</p
|
|||
<a id="Dalamud_Game_ClientState_JobGauge_Types_SMNGauge_ReturnSummonGlam_" data-uid="Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.ReturnSummonGlam*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_JobGauge_Types_SMNGauge_ReturnSummonGlam" data-uid="Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.ReturnSummonGlam">ReturnSummonGlam</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the summon glam for the <a class="xref" href="Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html#Dalamud_Game_ClientState_JobGauge_Types_SMNGauge_ReturnSummon">ReturnSummon</a>.
|
||||
This maps to the <see cref="!:Lumina.Excel.GeneratedSheets.PetMirage"></see> sheet.</p>
|
||||
This maps to the <span class="xref">Lumina.Excel.GeneratedSheets.PetMirage</span> sheet.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class WARGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class WHMGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.JobGauge.Types
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.JobGauge
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class KeyState
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,6 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">KeyState</span></div>
|
||||
</div>
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
|
|
@ -109,7 +113,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Keys_KeyState_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class KeyState</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class KeyState : IServiceType</code></pre>
|
||||
</div>
|
||||
<h5 id="Dalamud_Game_ClientState_Keys_KeyState_remarks"><strong>Remarks</strong></h5>
|
||||
<div class="markdown level0 remarks"><p>The stored key state is actually a combination field, however the below ephemeral states are consumed each frame. Setting
|
||||
|
|
@ -120,42 +124,6 @@ index & 1 = key down (ephemeral).
|
|||
index & 2 = key up (ephemeral).
|
||||
index & 3 = short key press (ephemeral).</p>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState__ctor_Dalamud_Game_ClientState_ClientStateAddressResolver_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.%23ctor(Dalamud.Game.ClientState.ClientStateAddressResolver)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState__ctor_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState__ctor_Dalamud_Game_ClientState_ClientStateAddressResolver_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.#ctor(Dalamud.Game.ClientState.ClientStateAddressResolver)">KeyState(ClientStateAddressResolver)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.ClientState.Keys.KeyState.html">KeyState</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public KeyState(ClientStateAddressResolver addressResolver)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.ClientStateAddressResolver.html">ClientStateAddressResolver</a></td>
|
||||
<td><span class="parametername">addressResolver</span></td>
|
||||
<td><p>The ClientStateAddressResolver instance.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -163,7 +131,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_Item_Dalamud_Game_ClientState_Keys_VirtualKey_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.Item(Dalamud.Game.ClientState.Keys.VirtualKey)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L63">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L61">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_Item_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_Item_Dalamud_Game_ClientState_Keys_VirtualKey_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.Item(Dalamud.Game.ClientState.Keys.VirtualKey)">Item[VirtualKey]</h4>
|
||||
|
|
@ -233,7 +201,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L56">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L54">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_Item_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -306,7 +274,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_ClearAll.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.ClearAll%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L123">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L121">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_ClearAll_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.ClearAll*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_ClearAll" data-uid="Dalamud.Game.ClientState.Keys.KeyState.ClearAll">ClearAll()</h4>
|
||||
|
|
@ -322,7 +290,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_GetRawValue_Dalamud_Game_ClientState_Keys_VirtualKey_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.GetRawValue(Dalamud.Game.ClientState.Keys.VirtualKey)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L77">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_GetRawValue_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.GetRawValue*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_GetRawValue_Dalamud_Game_ClientState_Keys_VirtualKey_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.GetRawValue(Dalamud.Game.ClientState.Keys.VirtualKey)">GetRawValue(VirtualKey)</h4>
|
||||
|
|
@ -387,7 +355,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_GetRawValue_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.GetRawValue(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L75">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L73">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_GetRawValue_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.GetRawValue*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_GetRawValue_System_Int32_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.GetRawValue(System.Int32)">GetRawValue(Int32)</h4>
|
||||
|
|
@ -453,7 +421,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_GetValidVirtualKeys.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.GetValidVirtualKeys%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L117">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L115">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_GetValidVirtualKeys_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.GetValidVirtualKeys*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_GetValidVirtualKeys" data-uid="Dalamud.Game.ClientState.Keys.KeyState.GetValidVirtualKeys">GetValidVirtualKeys()</h4>
|
||||
|
|
@ -485,7 +453,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_IsVirtualKeyValid_Dalamud_Game_ClientState_Keys_VirtualKey_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.IsVirtualKeyValid(Dalamud.Game.ClientState.Keys.VirtualKey)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L110">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_IsVirtualKeyValid_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.IsVirtualKeyValid*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_IsVirtualKeyValid_Dalamud_Game_ClientState_Keys_VirtualKey_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.IsVirtualKeyValid(Dalamud.Game.ClientState.Keys.VirtualKey)">IsVirtualKeyValid(VirtualKey)</h4>
|
||||
|
|
@ -534,7 +502,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_IsVirtualKeyValid_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.IsVirtualKeyValid(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L106">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L104">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_IsVirtualKeyValid_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.IsVirtualKeyValid*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_IsVirtualKeyValid_System_Int32_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.IsVirtualKeyValid(System.Int32)">IsVirtualKeyValid(Int32)</h4>
|
||||
|
|
@ -584,7 +552,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_SetRawValue_Dalamud_Game_ClientState_Keys_VirtualKey_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.SetRawValue(Dalamud.Game.ClientState.Keys.VirtualKey%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L98">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L96">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_SetRawValue_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.SetRawValue*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_SetRawValue_Dalamud_Game_ClientState_Keys_VirtualKey_System_Int32_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.SetRawValue(Dalamud.Game.ClientState.Keys.VirtualKey,System.Int32)">SetRawValue(VirtualKey, Int32)</h4>
|
||||
|
|
@ -644,7 +612,7 @@ index & 3 = short key press (ephemeral).</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Keys_KeyState_SetRawValue_System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Keys.KeyState.SetRawValue(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L89">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Keys/KeyState.cs/#L87">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Keys_KeyState_SetRawValue_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.SetRawValue*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Keys_KeyState_SetRawValue_System_Int32_System_Int32_" data-uid="Dalamud.Game.ClientState.Keys.KeyState.SetRawValue(System.Int32,System.Int32)">SetRawValue(Int32, Int32)</h4>
|
||||
|
|
@ -700,6 +668,10 @@ index & 3 = short key press (ephemeral).</p>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum VirtualKey
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class VirtualKeyExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Keys
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum BattleNpcSubKind
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum CustomizeIndex
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum ObjectKind
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Enum StatusFlags
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Objects.Enums
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ObjectTable
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">ObjectTable</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
<div><span class="xref">System.Collections.Generic.IEnumerable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
<div><span class="xref">System.Collections.IEnumerable</span></div>
|
||||
|
|
@ -115,7 +116,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Objects_ObjectTable_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class ObjectTable : IReadOnlyCollection<GameObject>, IEnumerable<GameObject>, IEnumerable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class ObjectTable : IServiceType, IReadOnlyCollection<GameObject>, IEnumerable<GameObject>, IEnumerable</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -124,7 +125,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L39">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_Address_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_Address" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Address">Address</h4>
|
||||
|
|
@ -155,7 +156,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L51">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L49">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_Item_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -205,7 +206,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_Length.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_Length_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Length*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_Length" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.Length">Length</h4>
|
||||
|
|
@ -238,7 +239,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_CreateObjectReference_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.CreateObjectReference(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L100">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_CreateObjectReference_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.CreateObjectReference*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_CreateObjectReference_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.CreateObjectReference(System.IntPtr)">CreateObjectReference(IntPtr)</h4>
|
||||
|
|
@ -288,7 +289,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L132">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L130">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetEnumerator">GetEnumerator()</h4>
|
||||
|
|
@ -318,7 +319,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_GetObjectAddress_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.GetObjectAddress(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L87">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L85">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_GetObjectAddress_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetObjectAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_GetObjectAddress_System_Int32_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.GetObjectAddress(System.Int32)">GetObjectAddress(Int32)</h4>
|
||||
|
|
@ -368,7 +369,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_System_UInt32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L65">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L63">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.SearchById*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_System_UInt32_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32)">SearchById(UInt32)</h4>
|
||||
|
|
@ -420,7 +421,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.System%23Collections%23Generic%23IReadOnlyCollection%7BDalamud%23Game%23ClientState%23Objects%23Types%23GameObject%7D%23Count%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L129">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L127">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Objects#Types#GameObject}#Count*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Objects#Types#GameObject}#Count">IReadOnlyCollection<GameObject>.Count</h4>
|
||||
|
|
@ -450,7 +451,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable.System%23Collections%23IEnumerable%23GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L146">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L144">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_IEnumerable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_IEnumerable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
|
|
@ -476,6 +477,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Collections.Generic.IReadOnlyCollection<T></span>
|
||||
</div>
|
||||
|
|
@ -496,7 +500,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_ObjectTable.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.ObjectTable%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L126" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/ObjectTable.cs/#L124" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class EventObj
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
<div class="level1"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a></div>
|
||||
<div class="level2"><span class="xref">EventObj</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Npc
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<div class="level2"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html">Character</a></div>
|
||||
<div class="level3"><span class="xref">Npc</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PlayerCharacter
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
<div class="level3"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.BattleChara.html">BattleChara</a></div>
|
||||
<div class="level4"><span class="xref">PlayerCharacter</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
@ -252,12 +252,12 @@
|
|||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_SubKinds_PlayerCharacter_CurrentWorld_" data-uid="Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.CurrentWorld*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_SubKinds_PlayerCharacter_CurrentWorld" data-uid="Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.CurrentWorld">CurrentWorld</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the current <a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">ExcelResolver<T></a> of the character.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the current <a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">world</a> of the character.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.World> CurrentWorld { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<World> CurrentWorld { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -283,12 +283,12 @@
|
|||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_SubKinds_PlayerCharacter_HomeWorld_" data-uid="Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.HomeWorld*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_SubKinds_PlayerCharacter_HomeWorld" data-uid="Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.HomeWorld">HomeWorld</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the home <a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">ExcelResolver<T></a> of the character.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the home <a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">world</a> of the character.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.World> HomeWorld { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<World> HomeWorld { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Objects.SubKinds
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class TargetManager
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,6 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">TargetManager</span></div>
|
||||
</div>
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
|
|
@ -109,7 +113,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Objects_TargetManager_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class TargetManager</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class TargetManager : IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -118,7 +122,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L34">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_Address_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_Address" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.Address">Address</h4>
|
||||
|
|
@ -149,7 +153,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_FocusTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.FocusTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L53">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L57">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_FocusTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.FocusTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_FocusTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.FocusTarget">FocusTarget</h4>
|
||||
|
|
@ -180,7 +184,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_MouseOverTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.MouseOverTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L44">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L48">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_MouseOverTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.MouseOverTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_MouseOverTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.MouseOverTarget">MouseOverTarget</h4>
|
||||
|
|
@ -211,7 +215,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_PreviousTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.PreviousTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L62">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_PreviousTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.PreviousTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_PreviousTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.PreviousTarget">PreviousTarget</h4>
|
||||
|
|
@ -242,7 +246,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SoftTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SoftTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L71">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L75">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SoftTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SoftTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SoftTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SoftTarget">SoftTarget</h4>
|
||||
|
|
@ -273,7 +277,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_Target.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.Target%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_Target_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.Target*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_Target" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.Target">Target</h4>
|
||||
|
|
@ -306,7 +310,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_ClearFocusTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.ClearFocusTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L152">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L156">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_ClearFocusTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearFocusTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_ClearFocusTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearFocusTarget">ClearFocusTarget()</h4>
|
||||
|
|
@ -322,7 +326,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_ClearMouseOverTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.ClearMouseOverTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L147">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L151">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_ClearMouseOverTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearMouseOverTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_ClearMouseOverTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearMouseOverTarget">ClearMouseOverTarget()</h4>
|
||||
|
|
@ -338,7 +342,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_ClearPreviousTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.ClearPreviousTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L157">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L161">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_ClearPreviousTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearPreviousTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_ClearPreviousTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearPreviousTarget">ClearPreviousTarget()</h4>
|
||||
|
|
@ -354,7 +358,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_ClearSoftTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.ClearSoftTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L162">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L166">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_ClearSoftTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearSoftTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_ClearSoftTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearSoftTarget">ClearSoftTarget()</h4>
|
||||
|
|
@ -370,7 +374,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_ClearTarget.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.ClearTarget%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L142">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L146">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_ClearTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_ClearTarget" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.ClearTarget">ClearTarget()</h4>
|
||||
|
|
@ -386,7 +390,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetFocusTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetFocusTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L95">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L99">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetFocusTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetFocusTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetFocusTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetFocusTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)">SetFocusTarget(GameObject)</h4>
|
||||
|
|
@ -420,7 +424,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetFocusTarget_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetFocusTarget(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L125">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L129">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetFocusTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetFocusTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetFocusTarget_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetFocusTarget(System.IntPtr)">SetFocusTarget(IntPtr)</h4>
|
||||
|
|
@ -454,7 +458,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetMouseOverTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetMouseOverTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L89">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L93">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetMouseOverTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetMouseOverTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetMouseOverTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetMouseOverTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)">SetMouseOverTarget(GameObject)</h4>
|
||||
|
|
@ -488,7 +492,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetMouseOverTarget_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetMouseOverTarget(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L119">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L123">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetMouseOverTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetMouseOverTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetMouseOverTarget_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetMouseOverTarget(System.IntPtr)">SetMouseOverTarget(IntPtr)</h4>
|
||||
|
|
@ -522,7 +526,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetPreviousTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetPreviousTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L101">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L105">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetPreviousTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetPreviousTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetPreviousTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetPreviousTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)">SetPreviousTarget(GameObject)</h4>
|
||||
|
|
@ -556,7 +560,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetPreviousTarget_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetPreviousTarget(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L131">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L135">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetPreviousTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetPreviousTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetPreviousTarget_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetPreviousTarget(System.IntPtr)">SetPreviousTarget(IntPtr)</h4>
|
||||
|
|
@ -590,7 +594,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetSoftTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetSoftTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L107">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L111">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetSoftTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetSoftTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetSoftTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetSoftTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)">SetSoftTarget(GameObject)</h4>
|
||||
|
|
@ -624,7 +628,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetSoftTarget_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetSoftTarget(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L137">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L141">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetSoftTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetSoftTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetSoftTarget_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetSoftTarget(System.IntPtr)">SetSoftTarget(IntPtr)</h4>
|
||||
|
|
@ -658,7 +662,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L83">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L87">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetTarget_Dalamud_Game_ClientState_Objects_Types_GameObject_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetTarget(Dalamud.Game.ClientState.Objects.Types.GameObject)">SetTarget(GameObject)</h4>
|
||||
|
|
@ -692,7 +696,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Objects_TargetManager_SetTarget_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Objects.TargetManager.SetTarget(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L113">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Objects/TargetManager.cs/#L117">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Objects_TargetManager_SetTarget_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetTarget*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_TargetManager_SetTarget_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Objects.TargetManager.SetTarget(System.IntPtr)">SetTarget(IntPtr)</h4>
|
||||
|
|
@ -721,6 +725,10 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BattleChara
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
<div class="level4"><a class="xref" href="Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html">PlayerCharacter</a></div>
|
||||
<div class="level4"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.BattleNpc.html">BattleNpc</a></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class BattleNpc
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
<div class="level3"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.BattleChara.html">BattleChara</a></div>
|
||||
<div class="level4"><span class="xref">BattleNpc</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Character
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
<div class="level3"><a class="xref" href="Dalamud.Game.ClientState.Objects.SubKinds.Npc.html">Npc</a></div>
|
||||
<div class="level3"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.BattleChara.html">BattleChara</a></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">ExcelResolver</a><<span class="xref">ClassJob</span>></td>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">ExcelResolver</a><<span class="xref">Lumina.Excel.GeneratedSheets.ClassJob</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -601,7 +601,7 @@ Indexed by <a class="xref" href="Dalamud.Game.ClientState.Objects.Enums.Customiz
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">ExcelResolver</a><<span class="xref">OnlineStatus</span>></td>
|
||||
<td><a class="xref" href="Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html">ExcelResolver</a><<span class="xref">Lumina.Excel.GeneratedSheets.OnlineStatus</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class GameObject
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<div class="level2"><a class="xref" href="Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html">EventObj</a></div>
|
||||
<div class="level2"><a class="xref" href="Dalamud.Game.ClientState.Objects.Types.Character.html">Character</a></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>></div>
|
||||
</div>
|
||||
|
|
@ -307,7 +307,7 @@
|
|||
<a id="Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind_" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectKind*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind" data-uid="Dalamud.Game.ClientState.Objects.Types.GameObject.ObjectKind">ObjectKind</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the entity kind of this <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html">GameObject</a>.
|
||||
See <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html#Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind">ObjectKind</a> for possible values.</p>
|
||||
See <a class="xref" href="Dalamud.Game.ClientState.Objects.Types.GameObject.html#Dalamud_Game_ClientState_Objects_Types_GameObject_ObjectKind">the ObjectKind enum</a> for possible values.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Objects.Types
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Objects
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PartyList
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,8 +81,9 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">PartyList</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
<div><span class="xref">System.Collections.Generic.IReadOnlyCollection</span><<a class="xref" href="Dalamud.Game.ClientState.Party.PartyMember.html">PartyMember</a>></div>
|
||||
<div><span class="xref">System.Collections.Generic.IEnumerable</span><<a class="xref" href="Dalamud.Game.ClientState.Party.PartyMember.html">PartyMember</a>></div>
|
||||
<div><span class="xref">System.Collections.IEnumerable</span></div>
|
||||
|
|
@ -115,7 +116,7 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_ClientState_Party_PartyList_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class PartyList : IReadOnlyCollection<PartyMember>, IEnumerable<PartyMember>, IEnumerable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public sealed class PartyList : IServiceType, IReadOnlyCollection<PartyMember>, IEnumerable<PartyMember>, IEnumerable</code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
|
|
@ -124,7 +125,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_AllianceListAddress.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.AllianceListAddress%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L63">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L64">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_AllianceListAddress_" data-uid="Dalamud.Game.ClientState.Party.PartyList.AllianceListAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_AllianceListAddress" data-uid="Dalamud.Game.ClientState.Party.PartyList.AllianceListAddress">AllianceListAddress</h4>
|
||||
|
|
@ -155,7 +156,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_GroupListAddress.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.GroupListAddress%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L58">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L59">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_GroupListAddress_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GroupListAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_GroupListAddress" data-uid="Dalamud.Game.ClientState.Party.PartyList.GroupListAddress">GroupListAddress</h4>
|
||||
|
|
@ -186,7 +187,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_GroupManagerAddress.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.GroupManagerAddress%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L53">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L54">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_GroupManagerAddress_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GroupManagerAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_GroupManagerAddress" data-uid="Dalamud.Game.ClientState.Party.PartyList.GroupManagerAddress">GroupManagerAddress</h4>
|
||||
|
|
@ -217,7 +218,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_IsAlliance.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.IsAlliance%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L48">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L49">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_IsAlliance_" data-uid="Dalamud.Game.ClientState.Party.PartyList.IsAlliance*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_IsAlliance" data-uid="Dalamud.Game.ClientState.Party.PartyList.IsAlliance">IsAlliance</h4>
|
||||
|
|
@ -248,7 +249,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_Item_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L80">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_Item_" data-uid="Dalamud.Game.ClientState.Party.PartyList.Item*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_Item_System_Int32_" data-uid="Dalamud.Game.ClientState.Party.PartyList.Item(System.Int32)">Item[Int32]</h4>
|
||||
|
|
@ -298,7 +299,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_Length.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L39">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_Length_" data-uid="Dalamud.Game.ClientState.Party.PartyList.Length*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_Length" data-uid="Dalamud.Game.ClientState.Party.PartyList.Length">Length</h4>
|
||||
|
|
@ -329,7 +330,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_PartyId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.PartyId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L68">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L69">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_PartyId_" data-uid="Dalamud.Game.ClientState.Party.PartyList.PartyId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_PartyId" data-uid="Dalamud.Game.ClientState.Party.PartyList.PartyId">PartyId</h4>
|
||||
|
|
@ -360,7 +361,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_PartyLeaderIndex.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.PartyLeaderIndex%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L43">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_PartyLeaderIndex_" data-uid="Dalamud.Game.ClientState.Party.PartyList.PartyLeaderIndex*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_PartyLeaderIndex" data-uid="Dalamud.Game.ClientState.Party.PartyList.PartyLeaderIndex">PartyLeaderIndex</h4>
|
||||
|
|
@ -393,7 +394,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_CreateAllianceMemberReference_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.CreateAllianceMemberReference(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L149">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L148">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_CreateAllianceMemberReference_" data-uid="Dalamud.Game.ClientState.Party.PartyList.CreateAllianceMemberReference*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_CreateAllianceMemberReference_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Party.PartyList.CreateAllianceMemberReference(System.IntPtr)">CreateAllianceMemberReference(IntPtr)</h4>
|
||||
|
|
@ -443,7 +444,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_CreatePartyMemberReference_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.CreatePartyMemberReference(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L118">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L119">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_CreatePartyMemberReference_" data-uid="Dalamud.Game.ClientState.Party.PartyList.CreatePartyMemberReference*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_CreatePartyMemberReference_System_IntPtr_" data-uid="Dalamud.Game.ClientState.Party.PartyList.CreatePartyMemberReference(System.IntPtr)">CreatePartyMemberReference(IntPtr)</h4>
|
||||
|
|
@ -493,7 +494,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_GetAllianceMemberAddress_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.GetAllianceMemberAddress(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L136">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L135">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_GetAllianceMemberAddress_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GetAllianceMemberAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_GetAllianceMemberAddress_System_Int32_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GetAllianceMemberAddress(System.Int32)">GetAllianceMemberAddress(Int32)</h4>
|
||||
|
|
@ -543,7 +544,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L172">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L169">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_GetEnumerator" data-uid="Dalamud.Game.ClientState.Party.PartyList.GetEnumerator">GetEnumerator()</h4>
|
||||
|
|
@ -573,7 +574,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_GetPartyMemberAddress_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.GetPartyMemberAddress(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L105">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L106">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_GetPartyMemberAddress_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GetPartyMemberAddress*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_GetPartyMemberAddress_System_Int32_" data-uid="Dalamud.Game.ClientState.Party.PartyList.GetPartyMemberAddress(System.Int32)">GetPartyMemberAddress(Int32)</h4>
|
||||
|
|
@ -625,7 +626,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Party_PartyMember__Count.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.System%23Collections%23Generic%23IReadOnlyCollection%7BDalamud%23Game%23ClientState%23Party%23PartyMember%7D%23Count%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L169">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L166">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Party_PartyMember__Count_" data-uid="Dalamud.Game.ClientState.Party.PartyList.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Party#PartyMember}#Count*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Party_PartyMember__Count" data-uid="Dalamud.Game.ClientState.Party.PartyList.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Party#PartyMember}#Count">IReadOnlyCollection<PartyMember>.Count</h4>
|
||||
|
|
@ -655,7 +656,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList.System%23Collections%23IEnumerable%23GetEnumerator%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L187">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L184">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyList_System_Collections_IEnumerable_GetEnumerator_" data-uid="Dalamud.Game.ClientState.Party.PartyList.System#Collections#IEnumerable#GetEnumerator*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyList_System_Collections_IEnumerable_GetEnumerator" data-uid="Dalamud.Game.ClientState.Party.PartyList.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</h4>
|
||||
|
|
@ -681,6 +682,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Collections.Generic.IReadOnlyCollection<T></span>
|
||||
</div>
|
||||
|
|
@ -701,7 +705,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyList.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyList%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L166" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyList.cs/#L163" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class PartyMember
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Address.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Address%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L31">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L30">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Address_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Address*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Address" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Address">Address</h4>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_ClassJob.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.ClassJob%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L104">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L103">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_ClassJob_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.ClassJob*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_ClassJob" data-uid="Dalamud.Game.ClientState.Party.PartyMember.ClassJob">ClassJob</h4>
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.ClassJob> ClassJob { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<ClassJob> ClassJob { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_ContentId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.ContentId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L46">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L45">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_ContentId_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.ContentId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_ContentId" data-uid="Dalamud.Game.ClientState.Party.PartyMember.ContentId">ContentId</h4>
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_CurrentHP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.CurrentHP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L64">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L63">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_CurrentHP_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.CurrentHP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_CurrentHP" data-uid="Dalamud.Game.ClientState.Party.PartyMember.CurrentHP">CurrentHP</h4>
|
||||
|
|
@ -242,7 +242,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_CurrentMP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.CurrentMP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L74">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L73">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_CurrentMP_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.CurrentMP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_CurrentMP" data-uid="Dalamud.Game.ClientState.Party.PartyMember.CurrentMP">CurrentMP</h4>
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_GameObject.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.GameObject%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L59">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L58">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_GameObject_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.GameObject*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_GameObject" data-uid="Dalamud.Game.ClientState.Party.PartyMember.GameObject">GameObject</h4>
|
||||
|
|
@ -307,7 +307,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Level.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Level%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L109">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L108">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Level_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Level*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Level" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Level">Level</h4>
|
||||
|
|
@ -338,7 +338,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_MaxHP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.MaxHP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L69">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L68">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_MaxHP_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.MaxHP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_MaxHP" data-uid="Dalamud.Game.ClientState.Party.PartyMember.MaxHP">MaxHP</h4>
|
||||
|
|
@ -369,7 +369,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_MaxMP.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.MaxMP%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L79">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_MaxMP_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.MaxMP*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_MaxMP" data-uid="Dalamud.Game.ClientState.Party.PartyMember.MaxMP">MaxMP</h4>
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Name.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L94">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L93">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Name_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Name*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Name" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Name">Name</h4>
|
||||
|
|
@ -431,7 +431,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_ObjectId.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.ObjectId%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L51">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L50">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_ObjectId_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.ObjectId*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_ObjectId" data-uid="Dalamud.Game.ClientState.Party.PartyMember.ObjectId">ObjectId</h4>
|
||||
|
|
@ -462,7 +462,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Position.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Position%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L41">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L40">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Position_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Position*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Position" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Position">Position</h4>
|
||||
|
|
@ -493,7 +493,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Sex.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Sex%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L99">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L98">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Sex_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Sex*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Sex" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Sex">Sex</h4>
|
||||
|
|
@ -524,7 +524,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Statuses.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Statuses%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L36">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L35">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Statuses_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Statuses*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Statuses" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Statuses">Statuses</h4>
|
||||
|
|
@ -555,7 +555,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_Territory.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.Territory%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L84">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L83">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_Territory_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Territory*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_Territory" data-uid="Dalamud.Game.ClientState.Party.PartyMember.Territory">Territory</h4>
|
||||
|
|
@ -564,7 +564,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.TerritoryType> Territory { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<TerritoryType> Territory { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -586,7 +586,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember_World.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember.World%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L89">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L88">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_ClientState_Party_PartyMember_World_" data-uid="Dalamud.Game.ClientState.Party.PartyMember.World*"></a>
|
||||
<h4 id="Dalamud_Game_ClientState_Party_PartyMember_World" data-uid="Dalamud.Game.ClientState.Party.PartyMember.World">World</h4>
|
||||
|
|
@ -595,7 +595,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<Lumina.Excel.GeneratedSheets.World> World { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ExcelResolver<World> World { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -623,7 +623,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_ClientState_Party_PartyMember.md&value=---%0Auid%3A%20Dalamud.Game.ClientState.Party.PartyMember%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L17" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/ClientState/Party/PartyMember.cs/#L16" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Party
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ExcelResolver<T>
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Namespace Dalamud.Game.ClientState.Resolvers
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue