Dalamud/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html
2023-01-26 23:57:38 +01:00

787 lines
42 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Struct AddonPartyList.PartyListMemberStruct
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Struct AddonPartyList.PartyListMemberStruct
">
<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="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct">
<h1 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct" class="text-break">Struct AddonPartyList.PartyListMemberStruct
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.ValueType.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.ValueType.GetHashCode()</span>
</div>
<div>
<span class="xref">System.ValueType.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="FFXIVClientStructs.FFXIV.Client.UI.html">FFXIVClientStructs.FFXIV.Client.UI</a></h6>
<h6><strong>Assembly</strong>: FFXIVClientStructs.dll</h6>
<h5 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct PartyListMemberStruct</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/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_CastingActionName.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.CastingActionName%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L144">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_CastingActionName" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.CastingActionName">CastingActionName</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkTextNode*CastingActionName</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html">AtkTextNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_CastingProgressBar.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.CastingProgressBar%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L145">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_CastingProgressBar" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.CastingProgressBar">CastingProgressBar</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkImageNode*CastingProgressBar</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html">AtkImageNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_CastingProgressBarBackground.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.CastingProgressBarBackground%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L146">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_CastingProgressBarBackground" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.CastingProgressBarBackground">CastingProgressBarBackground</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkImageNode*CastingProgressBarBackground</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html">AtkImageNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_ClassJobIcon.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.ClassJobIcon%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L149">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_ClassJobIcon" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.ClassJobIcon">ClassJobIcon</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkImageNode*ClassJobIcon</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html">AtkImageNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_ClickFlash.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.ClickFlash%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L156">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_ClickFlash" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.ClickFlash">ClickFlash</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkNineGridNode*ClickFlash</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html">AtkNineGridNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_EmnityBarContainer.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.EmnityBarContainer%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L147">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_EmnityBarContainer" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.EmnityBarContainer">EmnityBarContainer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkResNode*EmnityBarContainer</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html">AtkResNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_EmnityBarFill.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.EmnityBarFill%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L148">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_EmnityBarFill" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.EmnityBarFill">EmnityBarFill</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkNineGridNode*EmnityBarFill</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html">AtkNineGridNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_EmnityByte.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.EmnityByte%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L158">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_EmnityByte" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.EmnityByte">EmnityByte</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public byte EmnityByte</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">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_GroupSlotIndicator.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.GroupSlotIndicator%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L142">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_GroupSlotIndicator" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.GroupSlotIndicator">GroupSlotIndicator</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkTextNode*GroupSlotIndicator</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html">AtkTextNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_HPGaugeBar.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.HPGaugeBar%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L153">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_HPGaugeBar" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.HPGaugeBar">HPGaugeBar</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkComponentGaugeBar*HPGaugeBar</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html">AtkComponentGaugeBar</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_HPGaugeComponent.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.HPGaugeComponent%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L152">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_HPGaugeComponent" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.HPGaugeComponent">HPGaugeComponent</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkComponentBase*HPGaugeComponent</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html">AtkComponentBase</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_IconBottomLeftText.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.IconBottomLeftText%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L140">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_IconBottomLeftText" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.IconBottomLeftText">IconBottomLeftText</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkTextNode*IconBottomLeftText</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html">AtkTextNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_MPGaugeBar.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.MPGaugeBar%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L154">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_MPGaugeBar" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.MPGaugeBar">MPGaugeBar</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkComponentGaugeBar*MPGaugeBar</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html">AtkComponentGaugeBar</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_Name.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L143">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_Name" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.Name">Name</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkTextNode*Name</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html">AtkTextNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_NameAndBarsContainer.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.NameAndBarsContainer%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L141">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_NameAndBarsContainer" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.NameAndBarsContainer">NameAndBarsContainer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkResNode*NameAndBarsContainer</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html">AtkResNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_PartyMemberComponent.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.PartyMemberComponent%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L139">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_PartyMemberComponent" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.PartyMemberComponent">PartyMemberComponent</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkComponentBase*PartyMemberComponent</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html">AtkComponentBase</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_Size.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.Size%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L136">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_Size" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.Size">Size</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int Size = 248</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">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/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_StatusIcon.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcon%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L138">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_StatusIcon" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcon">StatusIcon</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AddonPartyList.PartyListMemberStruct.StatusIcons StatusIcon</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><a class="xref" href="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html">AddonPartyList.PartyListMemberStruct.StatusIcons</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_TargetGlow.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.TargetGlow%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L157">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_TargetGlow" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.TargetGlow">TargetGlow</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkNineGridNode*TargetGlow</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html">AtkNineGridNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_TargetGlowContainer.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.TargetGlowContainer%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L155">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_TargetGlowContainer" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.TargetGlowContainer">TargetGlowContainer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkResNode*TargetGlowContainer</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html">AtkResNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_UnknownA8.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.UnknownA8%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L150">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_UnknownA8" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.UnknownA8">UnknownA8</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void *UnknownA8</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">System.Void</span>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_UnknownImageB0.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.UnknownImageB0%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L151">View Source</a>
</span>
<h4 id="FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct_UnknownImageB0" data-uid="FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.UnknownImageB0">UnknownImageB0</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AtkImageNode*UnknownImageB0</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><a class="xref" href="FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html">AtkImageNode</a>*</td>
<td></td>
</tr>
</tbody>
</table>
</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/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_PartyListMemberStruct.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct%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/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Client/UI/AddonPartyList.cs/#L133" 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>