
Practical Information | Lua Documentation
You're welcome to contact us: Cherax Forum
SCRIPT | Lua Documentation - docs.cherax.vip
int START_NEW_SCRIPT(string scriptName, int stackSize) Player GET_HOST_OF_THIS_SCRIPT() float GET_GLOBAL_F(int global) int GET_GLOBAL_I(int …
API Reference | Lua Documentation - docs.cherax.vip
Comprehensive API reference for Lua documentation, detailing functions, classes, and methods for developers.
VEHICLE | Lua Documentation - docs.cherax.vip
void SET_VEHICLE_TYRE_SMOKE_COLOR(Vehicle vehicle, int r, int g, int b) Ped GET_PED_IN_VEHICLE_SEAT(Vehicle vehicle, int seatIndex, bool p2) void …
Globals | Lua Documentation - docs.cherax.vip
ImGuiWindowFlags_MenuBar = 1 << 10, // Has a menu-bar ImGuiWindowFlags_HorizontalScrollbar = 1 << 11, // Allow horizontal scrollbar to appear (off …
get_selected_player | Lua Documentation - docs.cherax.vip
Lua Documentation API Reference g_util get_selected_player Returns the current selected player in the player list of the menu.
add_button | Lua Documentation - docs.cherax.vip
Lua Documentation API Reference g_gui add_button Adds a button to one of the main cherax child windows. The name can be obtained by right clicking on the child.
add_input_float | Lua Documentation - docs.cherax.vip
Lua Documentation API Reference g_gui add_input_float Adds a float input field to one of the main cherax child windows. The name can be obtained by right clicking on the child.
log_info | Lua Documentation - docs.cherax.vip
Lua Documentation API Reference g_logger log_info Logs given text to the cherax console. void log_info (string text)
end_menu | Lua Documentation - docs.cherax.vip
void end_menu () Previousbegin_menuNextmenu_item Last updated 4 years ago