{"id":19510824,"url":"https://github.com/rollraw/baimless-api-book","last_synced_at":"2025-02-25T23:13:28.983Z","repository":{"id":116025540,"uuid":"373867852","full_name":"rollraw/baimless-api-book","owner":"rollraw","description":"Baimless LUA scripts API documentation","archived":false,"fork":false,"pushed_at":"2021-09-21T16:53:57.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T11:47:44.340Z","etag":null,"topics":["api","baimless","cheat","csgo","doc","documentation","lua"],"latest_commit_sha":null,"homepage":"https://baimless.gitbook.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rollraw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-04T14:29:34.000Z","updated_at":"2023-02-04T17:38:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"000fdec5-4087-450d-a27c-6c6f76d0eaa7","html_url":"https://github.com/rollraw/baimless-api-book","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollraw%2Fbaimless-api-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollraw%2Fbaimless-api-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollraw%2Fbaimless-api-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollraw%2Fbaimless-api-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollraw","download_url":"https://codeload.github.com/rollraw/baimless-api-book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761142,"owners_count":19853256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","baimless","cheat","csgo","doc","documentation","lua"],"created_at":"2024-11-10T23:17:49.745Z","updated_at":"2025-10-14T12:05:07.766Z","avatar_url":"https://github.com/rollraw.png","language":null,"readme":"---\ndescription: Baimless LUA-scripts API documentation\n---\n\n# Overview\n\n## 📚 Information\n\nBackend LUA engine: [**LuaJIT**](https://github.com/LuaJIT/LuaJIT) **v2.1.0**\n\nSupported LuaJIT [extensions](https://luajit.org/extensions.html):\n\n* [bit](https://bitop.luajit.org/api.html) - bit operations\n* [ffi](https://luajit.org/ext_ffi_api.html) - calling external C functions and using C data structures\n* [jit](https://luajit.org/ext_jit.html) - just-in-time lua compiler behavior control\n* [coroutine](https://www.lua.org/manual/5.1/manual.html#5.2) - collaborative multithreading\n* [modules](https://www.lua.org/manual/5.1/manual.html#5.3) - loading and building modules for LUA\n* [string](https://www.lua.org/manual/5.1/manual.html#5.4) - strings manipulation\n* [table](https://www.lua.org/manual/5.1/manual.html#5.5) - tables manipulation\n* [math](https://www.lua.org/manual/5.1/manual.html#5.6) - built-in mathematic functions\n* [io](https://www.lua.org/manual/5.1/manual.html#5.7) - input/output file manipulations\n* [os](https://www.lua.org/manual/5.1/manual.html#5.8) - operating system facilities\n* [utf8](https://github.com/rollraw/baimless-lua-api/blob/master) - support of UTF-8 encoded characters\n\n## 🗺️ Navigation\n\n#### 💡 Core\n\nDescription: tables of main i/o cheat parts\n\n* [Client](doc/core/client.md)\n* [Config](doc/core/config.md)\n* [Menu](doc/core/menu.md)\n* [Draw](doc/core/draw.md)\n* [HTTP](doc/core/http.md)\n\n#### 📢 Interfaces\n\nDescription: tables of source-SDK abstract classes to work with game\n\n* [IClientState](doc/interfaces/iclientstate.md)\n* [IConVar](doc/interfaces/iconvar.md)\n* [IEngine](doc/interfaces/iengine.md)\n* [IEntityList](doc/interfaces/ientitylist.md)\n* [IGlobals](doc/interfaces/iglobals.md)\n\n#### 📦 Data Types\n\nDescription: classes to work with game or cheat functions/variables\n\n* [Color](doc/datatypes/color.md)\n* [Vector2D](doc/datatypes/vector2d.md)\n* [Vector](doc/datatypes/vector.md)\n* [QAngle](doc/datatypes/qangle.md)\n\n#### 🔗 Classes\n\nDescription: classes to get/set values from/to the game\n\n* [IGameEvent](doc/classes/igameevent.md)\n* [INetChannelInfo](doc/classes/inetchannelinfo.md)\n* [IClientEntity](doc/classes/icliententity.md)\n* [CBaseEntity](doc/classes/cbaseentity.md)\n* [CBaseCombatWeapon](doc/classes/cbasecombatweapon.md)\n* [CUserCmd](doc/classes/cusercmd.md)\n* [CConVar](doc/classes/cconvar.md)\n* [PlayerInfo\\_t](doc/classes/playerinfo_t.md)\n\n## 🧬 Remarks\n\n1. Default LUA library function `print()` is overloaded to cheat logging system\n2. Added `math.hypotf` function overload to standart math LUA library\n3. Added `math.roundf` function overload to standart math LUA library\n4. Added `math.lerp` function overload to standart math LUA library\n\n## ⭐ Contribute\n\n_Found a mistake in documentation? Looking for a better explanation or API enhancement?_\n\nFeel free to open [issue](https://github.com/rollraw/baimless-api-book/issues) or [pull request](https://github.com/rollraw/baimless-api-book/pulls)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollraw%2Fbaimless-api-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollraw%2Fbaimless-api-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollraw%2Fbaimless-api-book/lists"}