static public method AmmoInfoController.Serialization.ReadFileEx

Brief

Reads extended ammunition information from XML file.

Declaration
C#
AmmoInfoEx  ReadFileEx (string name)

Parameters
name

The file to be read.

Details

The value may be not filled completely is the tag doesn't contain all required information. Use AmmoInfo.IsComplete() method to check whether all data is loaded.

Declared in AmmoInfoController.Serialization

back