C# Class HaloMap.RawData.PRTM

The prtm.
Inheritance: RawDataContainer
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Méthode Description
PRTM ( ) : System

Initializes a new instance of the PRTM class.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

Method Details

PRTM() public méthode

Initializes a new instance of the PRTM class.
public PRTM ( ) : System
Résultat System

Read() public méthode

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
Résultat void