Skip to content

Commit 2f39cb7

Browse files
Animations: # to lua-tables
1 parent 303f9ab commit 2f39cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/pages/reference/ID_Lists/Animations.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ luaTableWithDescriptions += `\n}\n`;
7070
tableOfContents: false,
7171
}}>
7272
<p>These animations can be used with <a href="/reference/Scripting_Functions#Ped">Animation functions</a>. The block/group names and individual animation names are their identifiers.</p>
73-
<p><strong>Lua tables</strong> with this data are available at the bottom of the page.</p>
73+
<p><strong>Lua tables</strong> with this data are available at the bottom of the page (<a href="#lua-tables">click here</a>).</p>
7474

7575
<NoteBox type='tip'><strong>Tip</strong>: Use your browser's search function (<strong>Ctrl+F or Cmd+F</strong>) to quickly find an animation by name or group/block name.</NoteBox>
7676
<NoteBox type="warning">Animations marked with <span class="important">*</span> are meant to be applied to <strong>objects</strong> (e.g. parachute movement) in GTA:SA.<br>These will not work when applied to peds/players.</NoteBox>
@@ -118,7 +118,7 @@ luaTableWithDescriptions += `\n}\n`;
118118
</table>
119119
</details>
120120

121-
<section data-pagefind-ignore>
121+
<section data-pagefind-ignore id="lua-tables">
122122
<details>
123123
<summary>Lua table of animations listed here:</summary>
124124
<Code lang="lua" code={luaTable}/>

0 commit comments

Comments
 (0)