mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
889 lines
30 KiB
HTML
889 lines
30 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>Enum SeIconChar
|
|
</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Enum SeIconChar
|
|
">
|
|
<meta name="generator" content="docfx 2.59.1.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.Game.Text.SeIconChar">
|
|
|
|
|
|
<h1 id="Dalamud_Game_Text_SeIconChar" data-uid="Dalamud.Game.Text.SeIconChar" class="text-break">Enum SeIconChar
|
|
</h1>
|
|
<div class="markdown level0 summary"><p>Special unicode characters with game-related symbols that work both in-game and in any dalamud window.</p>
|
|
</div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.Game.Text.html">Dalamud.Game.Text</a></h6>
|
|
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
|
<h5 id="Dalamud_Game_Text_SeIconChar_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public enum SeIconChar</code></pre>
|
|
</div>
|
|
<h3 id="fields">Fields
|
|
</h3>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<thead>
|
|
<tbody>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ArrowDown">ArrowDown</td>
|
|
<td><p>The down arrow icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ArrowRight">ArrowRight</td>
|
|
<td><p>The right arrow icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_AutoTranslateClose">AutoTranslateClose</td>
|
|
<td><p>The auto translate close icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_AutoTranslateOpen">AutoTranslateOpen</td>
|
|
<td><p>The auto translate open icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BotanistSprout">BotanistSprout</td>
|
|
<td><p>The sprout icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterA">BoxedLetterA</td>
|
|
<td><p>The boxed letter A icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterB">BoxedLetterB</td>
|
|
<td><p>The boxed letter B icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterC">BoxedLetterC</td>
|
|
<td><p>The boxed letter C icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterD">BoxedLetterD</td>
|
|
<td><p>The boxed letter D icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterE">BoxedLetterE</td>
|
|
<td><p>The boxed letter E icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterF">BoxedLetterF</td>
|
|
<td><p>The boxed letter F icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterG">BoxedLetterG</td>
|
|
<td><p>The boxed letter G icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterH">BoxedLetterH</td>
|
|
<td><p>The boxed letter H icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterI">BoxedLetterI</td>
|
|
<td><p>The boxed letter I icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterJ">BoxedLetterJ</td>
|
|
<td><p>The boxed letter J icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterK">BoxedLetterK</td>
|
|
<td><p>The boxed letter K icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterL">BoxedLetterL</td>
|
|
<td><p>The boxed letter L icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterM">BoxedLetterM</td>
|
|
<td><p>The boxed letter M icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterN">BoxedLetterN</td>
|
|
<td><p>The boxed letter N icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterO">BoxedLetterO</td>
|
|
<td><p>The boxed letter O icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterP">BoxedLetterP</td>
|
|
<td><p>The boxed letter P icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterQ">BoxedLetterQ</td>
|
|
<td><p>The boxed letter Q icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterR">BoxedLetterR</td>
|
|
<td><p>The boxed letter R icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterS">BoxedLetterS</td>
|
|
<td><p>The boxed letter S icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterT">BoxedLetterT</td>
|
|
<td><p>The boxed letter T icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterU">BoxedLetterU</td>
|
|
<td><p>The boxed letter U icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterV">BoxedLetterV</td>
|
|
<td><p>The boxed letter V icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterW">BoxedLetterW</td>
|
|
<td><p>The boxed letter W icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterX">BoxedLetterX</td>
|
|
<td><p>The boxed letter X icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterY">BoxedLetterY</td>
|
|
<td><p>The boxed letter Y icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedLetterZ">BoxedLetterZ</td>
|
|
<td><p>The boxed letter Z icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber0">BoxedNumber0</td>
|
|
<td><p>The boxed number 0 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber1">BoxedNumber1</td>
|
|
<td><p>The boxed number 1 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber10">BoxedNumber10</td>
|
|
<td><p>The boxed number 10 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber11">BoxedNumber11</td>
|
|
<td><p>The boxed number 11 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber12">BoxedNumber12</td>
|
|
<td><p>The boxed number 12 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber13">BoxedNumber13</td>
|
|
<td><p>The boxed number 13 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber14">BoxedNumber14</td>
|
|
<td><p>The boxed number 14 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber15">BoxedNumber15</td>
|
|
<td><p>The boxed number 15 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber16">BoxedNumber16</td>
|
|
<td><p>The boxed number 16 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber17">BoxedNumber17</td>
|
|
<td><p>The boxed number 17 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber18">BoxedNumber18</td>
|
|
<td><p>The boxed number 18 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber19">BoxedNumber19</td>
|
|
<td><p>The boxed number 19 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber2">BoxedNumber2</td>
|
|
<td><p>The boxed number 2 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber20">BoxedNumber20</td>
|
|
<td><p>The boxed number 20 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber21">BoxedNumber21</td>
|
|
<td><p>The boxed number 21 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber22">BoxedNumber22</td>
|
|
<td><p>The boxed number 22 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber23">BoxedNumber23</td>
|
|
<td><p>The boxed number 23 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber24">BoxedNumber24</td>
|
|
<td><p>The boxed number 24 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber25">BoxedNumber25</td>
|
|
<td><p>The boxed number 25 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber26">BoxedNumber26</td>
|
|
<td><p>The boxed number 26 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber27">BoxedNumber27</td>
|
|
<td><p>The boxed number 27 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber28">BoxedNumber28</td>
|
|
<td><p>The boxed number 28 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber29">BoxedNumber29</td>
|
|
<td><p>The boxed number 29 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber3">BoxedNumber3</td>
|
|
<td><p>The boxed number 3 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber30">BoxedNumber30</td>
|
|
<td><p>The boxed number 30 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber31">BoxedNumber31</td>
|
|
<td><p>The boxed number 31 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber4">BoxedNumber4</td>
|
|
<td><p>The boxed number 4 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber5">BoxedNumber5</td>
|
|
<td><p>The boxed number 5 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber6">BoxedNumber6</td>
|
|
<td><p>The boxed number 6 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber7">BoxedNumber7</td>
|
|
<td><p>The boxed number 7 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber8">BoxedNumber8</td>
|
|
<td><p>The boxed number 8 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedNumber9">BoxedNumber9</td>
|
|
<td><p>The boxed number 9 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedPlus">BoxedPlus</td>
|
|
<td><p>The boxed plus icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedQuestionMark">BoxedQuestionMark</td>
|
|
<td><p>The bosed question mark icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedRoman1">BoxedRoman1</td>
|
|
<td><p>The boxed Roman numeral 1 (I) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedRoman2">BoxedRoman2</td>
|
|
<td><p>The boxed Roman numeral 2 (II) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedRoman3">BoxedRoman3</td>
|
|
<td><p>The boxed Roman numeral 3 (III) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedRoman4">BoxedRoman4</td>
|
|
<td><p>The boxed Roman numeral 4 (IV) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedRoman5">BoxedRoman5</td>
|
|
<td><p>The boxed Roman numeral 5 (V) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedRoman6">BoxedRoman6</td>
|
|
<td><p>The boxed Roman numeral 6 (VI) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_BoxedStar">BoxedStar</td>
|
|
<td><p>The boxed star icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Buff">Buff</td>
|
|
<td><p>The buff icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Circle">Circle</td>
|
|
<td><p>The circle icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Clock">Clock</td>
|
|
<td><p>The clock icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Collectible">Collectible</td>
|
|
<td><p>The collectible icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Cross">Cross</td>
|
|
<td><p>The cross icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_CrossWorld">CrossWorld</td>
|
|
<td><p>The cross-world icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Debuff">Debuff</td>
|
|
<td><p>The debuff icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Dice">Dice</td>
|
|
<td><p>The dice icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_EorzeaTimeDe">EorzeaTimeDe</td>
|
|
<td><p>The German Eorzea time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_EorzeaTimeEn">EorzeaTimeEn</td>
|
|
<td><p>The English Eorzea time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_EorzeaTimeFr">EorzeaTimeFr</td>
|
|
<td><p>The French Eorzea time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_EorzeaTimeJa">EorzeaTimeJa</td>
|
|
<td><p>The Japanese Eorzea time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_EurekaLevel">EurekaLevel</td>
|
|
<td><p>The Eureka level icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Experience">Experience</td>
|
|
<td><p>The experience icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ExperienceFilled">ExperienceFilled</td>
|
|
<td><p>The experience filled icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Gil">Gil</td>
|
|
<td><p>The gil icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Glamoured">Glamoured</td>
|
|
<td><p>The glamoured icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_GlamouredDyed">GlamouredDyed</td>
|
|
<td><p>The glamoured and dyed icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Hexagon">Hexagon</td>
|
|
<td><p>The hexagon icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_HighQuality">HighQuality</td>
|
|
<td><p>The high quality icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Hyadelyn">Hyadelyn</td>
|
|
<td><p>The Hydaelyn icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ImeAlphanumeric">ImeAlphanumeric</td>
|
|
<td><p>The IME alphanumeric icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ImeAlphanumericHalfWidth">ImeAlphanumericHalfWidth</td>
|
|
<td><p>The IME alphanumeric half-width icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ImeHiragana">ImeHiragana</td>
|
|
<td><p>The IME hiragana icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ImeKatakana">ImeKatakana</td>
|
|
<td><p>The IME katakana icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ImeKatakanaHalfWidth">ImeKatakanaHalfWidth</td>
|
|
<td><p>The IME katakana half-width icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance1">Instance1</td>
|
|
<td><p>The instance (1) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance2">Instance2</td>
|
|
<td><p>The instance (2) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance3">Instance3</td>
|
|
<td><p>The instance (3) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance4">Instance4</td>
|
|
<td><p>The instance (4) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance5">Instance5</td>
|
|
<td><p>The instance (5) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance6">Instance6</td>
|
|
<td><p>The instance (6) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance7">Instance7</td>
|
|
<td><p>The instance (7) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance8">Instance8</td>
|
|
<td><p>The instance (8) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Instance9">Instance9</td>
|
|
<td><p>The instance (9) icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_InstanceMerged">InstanceMerged</td>
|
|
<td><p>The instance merged icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ItemLevel">ItemLevel</td>
|
|
<td><p>The item level icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LevelDe">LevelDe</td>
|
|
<td><p>The level German icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LevelEn">LevelEn</td>
|
|
<td><p>The level English icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LevelFr">LevelFr</td>
|
|
<td><p>The level French icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LinkMarker">LinkMarker</td>
|
|
<td><p>The link marker icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LocalTimeDe">LocalTimeDe</td>
|
|
<td><p>The German local time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LocalTimeEn">LocalTimeEn</td>
|
|
<td><p>The English local time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LocalTimeFr">LocalTimeFr</td>
|
|
<td><p>The French local time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_LocalTimeJa">LocalTimeJa</td>
|
|
<td><p>The Japanese local time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Mouse1">Mouse1</td>
|
|
<td><p>The mouse with a 1 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Mouse2">Mouse2</td>
|
|
<td><p>The mouse with a 2 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Mouse3">Mouse3</td>
|
|
<td><p>The mouse with a 3 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Mouse4">Mouse4</td>
|
|
<td><p>The mouse with a 4 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Mouse5">Mouse5</td>
|
|
<td><p>The mouse with a 5 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_MouseBothClick">MouseBothClick</td>
|
|
<td><p>The left/right mouse click icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_MouseLeftClick">MouseLeftClick</td>
|
|
<td><p>The left mouse click icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_MouseNoClick">MouseNoClick</td>
|
|
<td><p>The no mouse click icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_MouseRightClick">MouseRightClick</td>
|
|
<td><p>The right mouse click icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_MouseWheel">MouseWheel</td>
|
|
<td><p>The mouse wheel icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number0">Number0</td>
|
|
<td><p>The number 0 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number1">Number1</td>
|
|
<td><p>The number 1 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number2">Number2</td>
|
|
<td><p>The number 2 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number3">Number3</td>
|
|
<td><p>The number 3 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number4">Number4</td>
|
|
<td><p>The number 4 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number5">Number5</td>
|
|
<td><p>The number 5 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number6">Number6</td>
|
|
<td><p>The number 6 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number7">Number7</td>
|
|
<td><p>The number 7 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number8">Number8</td>
|
|
<td><p>The number 8 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Number9">Number9</td>
|
|
<td><p>The number 9 icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Prohibited">Prohibited</td>
|
|
<td><p>The no-circle/prohobited icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_QuestRepeatable">QuestRepeatable</td>
|
|
<td><p>The repeatable quest icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_QuestSync">QuestSync</td>
|
|
<td><p>The synced quest icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ServerTimeDe">ServerTimeDe</td>
|
|
<td><p>The German server time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ServerTimeEn">ServerTimeEn</td>
|
|
<td><p>The English server time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ServerTimeFr">ServerTimeFr</td>
|
|
<td><p>The French server time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_ServerTimeJa">ServerTimeJa</td>
|
|
<td><p>The Japanese server time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Square">Square</td>
|
|
<td><p>The square icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_TimeAm">TimeAm</td>
|
|
<td><p>The A.M. time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_TimePm">TimePm</td>
|
|
<td><p>The P.M. time icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="Dalamud_Game_Text_SeIconChar_Triangle">Triangle</td>
|
|
<td><p>The triangle icon unicode character.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</thead></thead></table>
|
|
<h3 id="extensionmethods">Extension Methods</h3>
|
|
<div>
|
|
<a class="xref" href="Dalamud.Utility.EnumExtensions.html#Dalamud_Utility_EnumExtensions_GetAttribute__1_System_Enum_">EnumExtensions.GetAttribute<TAttribute>()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Dalamud.Game.Text.SeIconCharExtensions.html#Dalamud_Game_Text_SeIconCharExtensions_ToIconChar_Dalamud_Game_Text_SeIconChar_">SeIconCharExtensions.ToIconChar()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="Dalamud.Game.Text.SeIconCharExtensions.html#Dalamud_Game_Text_SeIconCharExtensions_ToIconString_Dalamud_Game_Text_SeIconChar_">SeIconCharExtensions.ToIconString()</a>
|
|
</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_Game_Text_SeIconChar.md&value=---%0Auid%3A%20Dalamud.Game.Text.SeIconChar%0Asummary%3A%20'*You%20can%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/Text/SeIconChar.cs/#L6" 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>
|