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
5efe65a655
commit
92d646f538
324 changed files with 13728 additions and 6843 deletions
|
|
@ -248,18 +248,18 @@
|
|||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_OnUpdateEvent.md&value=---%0Auid%3A%20Dalamud.Game.Framework.OnUpdateEvent%0Asummary%3A%20'*You%20can%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Framework_Update.md&value=---%0Auid%3A%20Dalamud.Game.Framework.Update%0Asummary%3A%20'*You%20can%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/goaaats/Dalamud/blob/master/Dalamud/Game/Framework.cs/#L78">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_Game_Framework_OnUpdateEvent" data-uid="Dalamud.Game.Framework.OnUpdateEvent">OnUpdateEvent</h4>
|
||||
<h4 id="Dalamud_Game_Framework_Update" data-uid="Dalamud.Game.Framework.Update">Update</h4>
|
||||
<div class="markdown level1 summary"><p>Event that gets fired every time the game framework updates.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event Framework.OnUpdateDelegate OnUpdateEvent</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public event Framework.OnUpdateDelegate Update</code></pre>
|
||||
</div>
|
||||
<h5 class="eventType">Event Type</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue