#include "GfxActor.h"
#include "ApproxMath.h"
#include "AirBrake.h"
#include "Actor.h"
#include "Collisions.h"
#include "DashBoardManager.h"
#include "DustPool.h"
#include "EngineSim.h"
#include "GameContext.h"
#include "GfxScene.h"
#include "GUIManager.h"
#include "GUIUtils.h"
#include "HydraxWater.h"
#include "FlexAirfoil.h"
#include "FlexBody.h"
#include "FlexMeshWheel.h"
#include "FlexObj.h"
#include "InputEngine.h"
#include "MeshObject.h"
#include "MovableText.h"
#include "OgreImGui.h"
#include "Renderdash.h"
#include "RoRnet.h"
#include "ActorSpawner.h"
#include "SlideNode.h"
#include "SkyManager.h"
#include "SoundScriptManager.h"
#include "Terrain.h"
#include "TurboJet.h"
#include "TurboProp.h"
#include "Utils.h"
#include "imgui_internal.h"
#include <Ogre.h>
Go to the source code of this file.
◆ BEAM_BROKEN_COLOR()
const ImU32 BEAM_BROKEN_COLOR |
( |
0xff4466dd |
| ) |
|
◆ BEAM_BROKEN_THICKNESS()
const float BEAM_BROKEN_THICKNESS |
( |
1. |
8f | ) |
|
◆ BEAM_COLOR()
const ImU32 BEAM_COLOR |
( |
0xff556633 |
| ) |
|
◆ BEAM_HYDRO_COLOR()
const ImU32 BEAM_HYDRO_COLOR |
( |
0xff55a3e0 |
| ) |
|
◆ BEAM_HYDRO_THICKNESS()
const float BEAM_HYDRO_THICKNESS |
( |
1. |
4f | ) |
|
◆ BEAM_STRENGTH_TEXT_COLOR()
const ImU32 BEAM_STRENGTH_TEXT_COLOR |
( |
0xffcfd0cc |
| ) |
|
◆ BEAM_STRESS_TEXT_COLOR()
const ImU32 BEAM_STRESS_TEXT_COLOR |
( |
0xff58bbfc |
| ) |
|
◆ BEAM_THICKNESS()
const float BEAM_THICKNESS |
( |
1. |
2f | ) |
|
◆ NODE_COLOR()
const ImU32 NODE_COLOR |
( |
0xff44ddff |
| ) |
|
◆ NODE_IMMOVABLE_COLOR()
const ImU32 NODE_IMMOVABLE_COLOR |
( |
0xff0033ff |
| ) |
|
◆ NODE_IMMOVABLE_RADIUS()
const float NODE_IMMOVABLE_RADIUS |
( |
2. |
8f | ) |
|
◆ NODE_MASS_TEXT_COLOR()
const ImU32 NODE_MASS_TEXT_COLOR |
( |
0xff77bb66 |
| ) |
|
◆ NODE_RADIUS()
const float NODE_RADIUS |
( |
2. |
f | ) |
|
◆ NODE_TEXT_COLOR()
const ImU32 NODE_TEXT_COLOR |
( |
0xffcccccf |
| ) |
|
◆ ShouldEnableLightSource()
bool ShouldEnableLightSource |
( |
FlareType |
type, |
|
|
bool |
is_player |
|
) |
| |
< Only current vehicle, main lights
< All vehicles, main lights
< All vehicles, all lights
Definition at line 3170 of file GfxActor.cpp.
◆ WhereFrom()
std::string WhereFrom |
( |
GfxActor * |
gfx_actor, |
|
|
const std::string & |
doing_what |
|
) |
| |