C# Class WWActorEdit.SclsChunk

The SCLS Chunk defines information about exits on a map. It is pointed to by the maps collision data (which supplies the actual positions)
Inheritance: IChunkType
Afficher le fichier Open project: pho/WindViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
DestinationName string
DestinationRoomNumber byte
ExitType byte
SpawnNumber byte
UnknownPadding byte

Méthodes publiques

Méthode Description
LoadData ( byte data, int &srcOffset ) : void
WriteData ( BinaryWriter stream ) : void

Method Details

LoadData() public méthode

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
Résultat void

WriteData() public méthode

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
Résultat void

Property Details

DestinationName public_oe property

public string DestinationName
Résultat string

DestinationRoomNumber public_oe property

public byte DestinationRoomNumber
Résultat byte

ExitType public_oe property

public byte ExitType
Résultat byte

SpawnNumber public_oe property

public byte SpawnNumber
Résultat byte

UnknownPadding public_oe property

public byte UnknownPadding
Résultat byte