DDraceNetwork Documentation
Loading...
Searching...
No Matches
tuning.h
Go to the documentation of this file.
1/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
2/* If you are missing that file, acquire a complete release at teeworlds.com. */
3
4// This file can be included several times.
5
6#ifndef MACRO_TUNING_PARAM
7// This helps IDEs properly syntax highlight the uses of the macro below.
8#define MACRO_TUNING_PARAM(Name, ScriptName, Value, Description)
9#endif
10
11// physics tuning
12MACRO_TUNING_PARAM(GroundControlSpeed, ground_control_speed, 10.0f, "Max speed the tee can get on ground")
25
29
30// weapon tuning
34
39
43
49
52
53//ddnet tuning
59
67
Definition vmath.h:15
@ SERVER_TICK_SPEED
Definition protocol.h:80
for(tick=client_tick()+1;tick<=client_predtick();tick++) >
Definition prediction.txt:12
#define MACRO_TUNING_PARAM(Name, ScriptName, Value, Description)
Definition tuning.h:8