static public method AmmoInfoController.Serialization.FindAndRead

Brief

Finds ammunition information tags in direct children of the tag specified and reads it.

Declaration
C#
AmmoInfo  FindAndRead (System.Xml.XmlNode parent)

Parameters
parent

Returns

The method returns null if tag is not found.

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