We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de59d2b commit c71a9f1Copy full SHA for c71a9f1
3 files changed
README.md
@@ -33,6 +33,14 @@ This API is not 1 to 1 compatible with YimMenu's but it's pretty close.
33
- `weapons.get_weapon_component_display_desc_string` Return an empty string
34
- `script.start_launcher_script` Complains about not being implemented, then does nothing
35
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
+
44
## Building
45
46
### Windows
0 commit comments