About 50 results
Open links in new tab
  1. Practical Information | Lua Documentation

    You're welcome to contact us:Cherax Forum

  2. API Reference | Lua Documentation - docs.cherax.vip

    Comprehensive API reference for Lua documentation, detailing functions, classes, and methods for developers.

  3. 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 …

  4. 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 …

  5. get_menu_version | Lua Documentation - docs.cherax.vip

    Returns the current menu version.Lua Documentation API Reference g_util get_menu_version Returns the current menu version.

  6. Globals | Lua Documentation - docs.cherax.vip

    ImGuiWindowFlags_MenuBar = 1 << 10, // Has a menu-bar ImGuiWindowFlags_HorizontalScrollbar = 1 << 11, // Allow horizontal scrollbar to appear (off …

  7. separator | Lua Documentation - docs.cherax.vip

    Previousnew_lineNextcolumnsLast updated 3 years ago

  8. end_menu | Lua Documentation - docs.cherax.vip

    void end_menu () Previousbegin_menuNextmenu_item Last updated 3 years ago

  9. end_main_menu_bar | Lua Documentation - docs.cherax.vip

    void end_main_menu_bar () Previousbegin_main_menu_barNextbegin_menu Last updated 3 years ago

  10. begin_menu | Lua Documentation - docs.cherax.vip

    Copy Lua Documentation API Reference g_imgui begin_menu bool begin_menu (string label, bool enabled = true) Previous end_main_menu_bar Next end_menu Last updated 3 years ago