File tree Expand file tree Collapse file tree 5 files changed +28
-0
lines changed
Expand file tree Collapse file tree 5 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 5555 * [ 🦿 menu\_ antiaim] ( documentation/variables/menu\_ antiaim.md )
5656 * [ 📃 filesystem] ( documentation/variables/filesystem.md )
5757 * [ 💣 debug\_ overlay] ( documentation/variables/debug\_ overlay.md )
58+ * [ 🌐 http] ( documentation/variables/http.md )
5859 * [ 🧷 global\_ vars] ( documentation/variables/global\_ vars.md )
5960 * [ 📽 netchannel] ( documentation/variables/netchannel.md )
6061 * [ 🧶 renderer] ( documentation/variables/renderer.md )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ local local_player_alive = local_player:get_netvar_int("m_lifeState") ~= 0
1616| get\_ netvar\_ bool | ` string ` var | ` bool ` | |
1717| get\_ netvar\_ string | ` string ` var | ` string ` | |
1818| get\_ netvar\_ c\_ vector3d | ` string ` var | `` [`c_vector3d`](c\_vector3d.md) `` | |
19+ | get\_ netvar\_ handle | ` string ` var | ` c_base_handle ` | |
1920| set\_ netvar\_ int | (` string ` var, ` int ` value) | ` void ` | |
2021| set\_ netvar\_ float | (` string ` var, ` float ` value) | ` void ` | |
2122| set\_ netvar\_ bool | (` string ` var, ` bool ` value) | ` void ` | |
Original file line number Diff line number Diff line change 2222| is\_ defusing | bool | |
2323| has\_ helmet | bool | |
2424| has\_ kevlar | bool | |
25+ | is\_ r7\_ user | bool | |
26+ | uses\_ shared\_ esp | bool | |
2527| is\_ steam\_ friend | bool | |
2628| get\_ bb\_ start | [ c\_ vector2d] ( c\_ vector2d.md ) | |
2729| get\_ bb\_ size | [ c\_ vector2d] ( c\_ vector2d.md ) | |
Original file line number Diff line number Diff line change 1414| ----- | ---- |
1515| index | int |
1616
17+ ### get\_ entity\_ from\_ handle
18+
19+ ` entity_list.get_entity(handle): ` <mark style =" color :purple ;" >` table c_client_entity ` </mark >
20+
21+ | Name | Type |
22+ | ------ | --------------- |
23+ | handle | c\_ base\_ handle |
24+
1725### get\_ player\_ array\_ size
1826
1927` entity_list.get_player_array_size(): ` <mark style =" color :purple ;" >` int ` </mark >
Original file line number Diff line number Diff line change 1+ # 🌐 http
2+
3+ ## Functions:
4+
5+ ### get
6+
7+ ` http.get(std::string url): ` <mark style =" color :purple ;" >` *string ` </mark >
8+
9+ ### post
10+
11+ ` http.post(std::string url, std::string post_value): ` <mark style =" color :purple ;" >` *string ` </mark >
12+
13+ ### post\_ json
14+
15+ ` http.post_json(std::string url, std::string post_value): ` <mark style =" color :purple ;" >` *string ` </mark >
16+
You can’t perform that action at this time.
0 commit comments