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

    You're welcome to contact us:Cherax Forum

  2. 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 global) void SET_GLOBAL_F ...

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

    Development Q&A Lua Directory: C:\Users\ {machine.username}\AppData\Roaming\Cherax\Lua Previous Practical Information Next Classes Last updated 4 years ago

  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. Globals | Lua Documentation - docs.cherax.vip

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

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

    Adds a toggle to one of the main cherax child windows. The name can be obtained by right clicking on the child.

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

    Adds an integer input field to one of the main cherax child windows. The name can be obtained by right clicking on the child.

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

    add_triangle_filled begin_main_menu_bar end_main_menu_bar begin_menu end_menu menu_item begin_tab_bar

  9. 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)

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

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