![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
Go to the source code of this file.
Namespaces | |
| namespace | AngelImGui |
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separate things; Note we use somewhat outdated version (v1.73) with hand-rolled bindings and some source tweaks. | |
Functions | |
| void | AngelImGui::OpenPopup (const string &in) |
| bool | AngelImGui::BeginPopup (const string &in, int=0) |
| bool | AngelImGui::BeginPopupContextItem (const string &in=string(), int=1) |
| bool | AngelImGui::BeginPopupContextWindow (const string &in=string(), int=1, bool=true) |
| bool | AngelImGui::BeginPopupContextVoid (const string &in=string(), int=1) |
| bool | AngelImGui::BeginPopupModal (const string &in, bool &inout=null, int=0) |
| void | AngelImGui::EndPopup () |
| void | AngelImGui::CloseCurrentPopup () |