Skip to content

Commit 5db442f

Browse files
committed
Rename LODs to IDE list
1 parent a365d66 commit 5db442f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const lod_table = [
1+
export const ide_table = [
22
[694, 784, 'sm_redwoodgrp', 'gta_tree_pine', 'lod_redwoodgrp', 'lod_veg', 'countryS'],
33
[791, 785, 'vbg_fir_copse', 'gta_tree_pine', 'lod_vbg_fir_co', 'lod_veg', 'countrye'],
44
[1259, 1268, 'billbd1', 'BillBrd', 'lodlbd1', 'BillBrd', 'LAe'],

web/src/pages/reference/ID_Lists/LODs.astro renamed to web/src/pages/reference/ID_Lists/IDE.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
3-
import { lod_table } from '@src/data/lod_table';
3+
import { ide_table } from '@src/data/ide_table';
44
---
55
<StarlightPage frontmatter={{
66
template: 'doc',
@@ -24,7 +24,7 @@ import { lod_table } from '@src/data/lod_table';
2424
</tr>
2525
</thead>
2626
<tbody id="tableBody">
27-
{lod_table.map(([id, lod_id, dff, txd, lod_dff, lod_txd, ide], i) => (
27+
{ide_table.map(([id, lod_id, dff, txd, lod_dff, lod_txd, ide], i) => (
2828
<tr>
2929
<td><a href={`https://dev.prineside.com/en/gtasa_samp_model_id/model/${id}`}>{id}</a></td>
3030
<td>{dff}</td>

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ import SeeAlsoSection from "@src/components/SeeAlsoSection.astro";
2424
🧱 <a href="/reference/ID_Lists/Surface_Materials">Surface Materials</a>
2525
</li>
2626
<li>📦 <a href="/reference/ID_Lists/Objects">Objects</a></li>
27-
<li>
28-
🚧 <a href="/reference/ID_Lists/LODs"
29-
>IDE list (models, textures, lods)</a>
30-
</li>
27+
<li>🚧 <a href="/reference/ID_Lists/IDE">IDE list (models, textures, lods)</a></li>
3128
<li>🦠 <a href="/reference/ID_Lists/Particles">Particles</a></li>
3229
<li>🏹 <a href="/reference/ID_Lists/Projectiles">Projectiles</a></li>
3330
<li>🔊 <a href="/reference/ID_Lists/Sounds">Sounds</a></li>

0 commit comments

Comments
 (0)