Home
last modified time | relevance | path

Searched refs:DB_ConvertEntryInt (Results 1 – 8 of 8) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dcfg_xblast.c148 DB_ConvertEntryInt (section, atomMode, (int *)&sound->mode, convSoundModeTable); in RetrieveSoundSetup()
195 DB_ConvertEntryInt (section, atomMode, (int *)&video->mode, convVideoModeTable); in RetrieveVideoSetup()
H A Dcfg_game.c423 DB_ConvertEntryInt (section, atomTeamMode, (int *)&game->teamMode, convTeamModeTable)) { in RetrieveAnyGameSetup()
496 DB_ConvertEntryInt (section, atomArrayControl0[i], (int *)&game->control[i], in RetrieveAnyGamePlayers()
501 DB_ConvertEntryInt (section, atomArrayHost0[i], (int *)&game->host[i], convHostTable)) { in RetrieveAnyGamePlayers()
505 DB_ConvertEntryInt (section, atomArrayTeam0[i], (int *)&game->team[i], convTeamTable)) { in RetrieveAnyGamePlayers()
H A Dini_file.h114 extern DBConversionResult DB_ConvertEntryInt (const DBSection * section, XBAtom atom, int *pValue,
H A Dbomb.c429 switch (DB_ConvertEntryInt (section, atomDirection, &initialBombDir, bombDirTable)) { in ParseLevelBombs()
443 switch (DB_ConvertEntryInt (section, atomFuseTime, &curBombTime, fuseTimeTable)) { in ParseLevelBombs()
457 switch (DB_ConvertEntryInt (section, atomHaunt, &hauntFactor, hauntFactorTable)) { in ParseLevelBombs()
471 switch (DB_ConvertEntryInt (section, atomDefault, &defaultBMT, bombTypeTable)) { in ParseLevelBombs()
485 switch (DB_ConvertEntryInt (section, atomSpecial, &specialBMT, bombTypeTable)) { in ParseLevelBombs()
499 switch (DB_ConvertEntryInt (section, atomHidden, &evilBMT, bombTypeTable)) { in ParseLevelBombs()
H A Dshrink.c499 switch (DB_ConvertEntryInt (section, atomType, (int *)&shrinkType, shrinkTable)) { in ParseLevelShrink()
H A Dmap.c284 switch (DB_ConvertEntryInt in ParseLevelMap()
H A Dplayer.c310 switch (DB_ConvertEntryInt (section, atomReviveVirus, (int *)&reviveHealth, healthTable)) { in ParseLevelPlayers()
324 switch (DB_ConvertEntryInt (section, atomInitVirus, (int *)&initHealth, healthTable)) { in ParseLevelPlayers()
H A Dini_file.c1044 DB_ConvertEntryInt (const DBSection * section, XBAtom atom, int *pValue, const DBToInt * convTable) in DB_ConvertEntryInt() function