Skip to content

Commit

Permalink
update slate[no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent 5040eb3 commit 5b094ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/game_data/spel2.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4680,7 +4680,7 @@ <h3 id='get_entity_name'>get_entity_name</h3>
<p>Search script examples for <a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=get_entity_name">get_entity_name</a></p>
</blockquote>
<h4 id='string-get_entity_name-ENT_TYPE-type-optional-fallback_strategy'>string get_entity_name(<a href="#ENT_TYPE">ENT_TYPE</a> type, optional<bool> fallback_strategy)</h4>
<p>Get localized name of an entity, pass <code>fallback_strategy</code> as <code>true</code> to fall back to the <code>ENT_TYPE.*</code> enum name
<p>Get localized name of an entity from the journal, pass <code>fallback_strategy</code> as <code>true</code> to fall back to the <code>ENT_TYPE.*</code> enum name
if the entity has no localized name</p>
<h3 id='get_entity_type'>get_entity_type</h3>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion docs/light.html
Original file line number Diff line number Diff line change
Expand Up @@ -4680,7 +4680,7 @@ <h3 id='get_entity_name'>get_entity_name</h3>
<p>Search script examples for <a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=get_entity_name">get_entity_name</a></p>
</blockquote>
<h4 id='string-get_entity_name-ENT_TYPE-type-optional-fallback_strategy'>string get_entity_name(<a href="#ENT_TYPE">ENT_TYPE</a> type, optional<bool> fallback_strategy)</h4>
<p>Get localized name of an entity, pass <code>fallback_strategy</code> as <code>true</code> to fall back to the <code>ENT_TYPE.*</code> enum name
<p>Get localized name of an entity from the journal, pass <code>fallback_strategy</code> as <code>true</code> to fall back to the <code>ENT_TYPE.*</code> enum name
if the entity has no localized name</p>
<h3 id='get_entity_type'>get_entity_type</h3>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/includes/_globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ Get the [Entity](#Entity) behind an uid, converted to the correct type. To see w
#### string get_entity_name([ENT_TYPE](#ENT_TYPE) type, optional<bool> fallback_strategy)

Get localized name of an entity, pass `fallback_strategy` as `true` to fall back to the `ENT_TYPE.*` enum name
Get localized name of an entity from the journal, pass `fallback_strategy` as `true` to fall back to the `ENT_TYPE.*` enum name
if the entity has no localized name

### get_entity_type
Expand Down

0 comments on commit 5b094ab

Please sign in to comment.