RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AngelImGui_funcs_ids.h
Go to the documentation of this file.
1 
2  // =================================================== //
3  // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4  // =================================================== //
5 
6 namespace AngelImGui { // Dummy namespace, just to distinguish AngelScript from C++
7 
16  // ID scopes
17 
18  void PushID(const string&in);
19  void PushID(int int_id);
20  void PopID();
21  uint GetID(const string&in);
22 
23 
26 
27 } // namespace AngelImGui (dummy, just to distinguish AngelScript from C++)
AngelImGui
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...
Definition: AngelImGui_funcs_columns.h:6
AngelImGui::PushID
void PushID(const string &in)
AngelImGui::GetID
uint GetID(const string &in)
AngelImGui::PopID
void PopID()