WoWs Model Exported
World of Warships 3D model Exporter
Loading...
Searching...
No Matches
wows_ship_entry Struct Reference

One ship entry returned by wows_list_ships(). More...

#include <wows-game-params.h>

Data Fields

std::string key
 
std::string index
 
std::string nation
 
std::string type
 
int tier = 0
 

Detailed Description

One ship entry returned by wows_list_ships().

Field Documentation

◆ index

std::string index

Short code, e.g. "JSB007".

◆ key

std::string key

GameParams key, e.g. "PJSB007".

◆ nation

std::string nation

Nation string, e.g. "Japan".

◆ tier

int tier = 0

Ship tier (1–11); 0 if unknown.

◆ type

std::string type

Ship type string, e.g. "Battleship".


The documentation for this struct was generated from the following file: