![]() |
DDraceNetwork Documentation
|
#include "gamecore.h"#include "collision.h"#include "mapitems.h"#include "teamscore.h"#include <base/system.h>#include <engine/shared/config.h>#include <limits>#include "tuning.h"Macros | |
| #define | MACRO_TUNING_PARAM(Name, ScriptName, Value, Description) |
Functions | |
| void | StrToInts (int *pInts, size_t NumInts, const char *pStr) |
| bool | IntsToStr (const int *pInts, size_t NumInts, char *pStr, size_t StrSize) |
| float | VelocityRamp (float Value, float Start, float Range, float Curvature) |
| #define MACRO_TUNING_PARAM | ( | Name, | |
| ScriptName, | |||
| Value, | |||
| Description ) |
| bool IntsToStr | ( | const int * | pInts, |
| size_t | NumInts, | ||
| char * | pStr, | ||
| size_t | StrSize ) |
| void StrToInts | ( | int * | pInts, |
| size_t | NumInts, | ||
| const char * | pStr ) |
| float VelocityRamp | ( | float | Value, |
| float | Start, | ||
| float | Range, | ||
| float | Curvature ) |