Skip to content

Commit c71a9f1

Browse files
committed
feat: API extensions.
1 parent de59d2b commit c71a9f1

3 files changed

Lines changed: 647 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ This API is not 1 to 1 compatible with YimMenu's but it's pretty close.
3333
- `weapons.get_weapon_component_display_desc_string` Return an empty string
3434
- `script.start_launcher_script` Complains about not being implemented, then does nothing
3535

36+
### API Extentions
37+
- `FAKE_YIMAPI` A global variable that is always true, a simple way to check that you are running on YimLuaAPI
38+
- `get_game_branch` Returns a number corresponding to the current game branch.
39+
- `game_branch.Legacy` May be returned by `get_game_branch`
40+
- `game_branch.Enhanced` May be returned by `get_game_branch`
41+
- `game_branch.DontCare` Not used for anything
42+
- Updated ImGui: YimLuaAPI uses ImGui bindings from BadAPI (ImGui v1.92.0)
43+
3644
## Building
3745

3846
### Windows

0 commit comments

Comments
 (0)