There is IPlayerStat interface there which contain various classes like:
int bails { get; },
int bombsFire { get; },
int bombsHit { get; }....

and it ends on :
tTotalTypes { get; }

some of theme are just not responding if I want to call theme our with this:

IPlayerStat st = (player as IPlayer). GetBattleStat ();

I mean there is no response from theme. Some of them works though, like "kills", or "deaths", "bails"