Méthode | Description | |
---|---|---|
CharacterAttribute ( byte data, int startIndex ) : System |
Creates structure using byte array and start index.
|
|
CharacterAttribute ( short value, short maxvalue ) : System |
Creates structure using actual values.
|
|
ToRawData ( ) : byte[] |
Converts structure to byte array.
|
|
ToString ( ) : string |
Converts attribute to string.
|
public CharacterAttribute ( byte data, int startIndex ) : System | ||
data | byte | /// Byte array containing attribute. /// |
startIndex | int | /// Index in array where attribute lies. /// |
Résultat | System |
public CharacterAttribute ( short value, short maxvalue ) : System | ||
value | short | /// Current value. /// |
maxvalue | short | /// Maximum available value. /// |
Résultat | System |