Xonotic
int.qh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define itos(i)   ftos(i)
 
#define stob(s)   stof(s)
 
#define stoi(s)   stof(s)
 

Macro Definition Documentation

◆ itos

#define itos (   i)    ftos(i)

Definition at line 6 of file int.qh.

Referenced by GameLogEcho(), Scoreboard_AddPlayerId(), and spawnfunc().

◆ stob

#define stob (   s)    stof(s)

Definition at line 5 of file int.qh.

◆ stoi