![]() |
DDNet documentation
|
#include "editor.h"#include <base/color.h>#include <base/math.h>#include <base/str.h>#include <base/vmath.h>#include <engine/font_icons.h>#include <engine/graphics.h>#include <engine/input.h>#include <engine/keys.h>#include <engine/shared/config.h>#include <game/editor/editor_actions.h>#include <game/editor/mapitems/envelope.h>#include <game/editor/mapitems/map.h>Classes | |
| class | CTimeStep |
Functions | |
| static const char * | CurveTypeNameShort (int CurveType) |
| static float | ClampDelta (float Val, float Delta, float Min, float Max) |
Variables | |
| static const char *const | CURVE_TYPE_NAMES [] = {"Step", "Linear", "Slow", "Fast", "Smooth", "Bezier"} |
| static const char *const | CURVE_TYPE_NAMES_SHORT [] = {"N", "L", "S", "F", "M", "B"} |
|
static |
|
static |
|
static |
|
static |