Свойство | Type | Description | |
---|---|---|---|
Attribute | NPCAttribute | ||
HP | ushort | ||
NPCinv | List |
||
aStats | int[] | ||
cEXP | ushort | ||
level | byte | ||
npcType | uint | ||
scriptName | string | ||
version | int |
Méthode | Description | |
---|---|---|
ActorNPC ( string scriptName ) : System | ||
ActorNPC ( uint npcType, ushort HP, ushort maxHP, ushort SP, ushort maxSP ) : System | ||
ActorNPC ( uint npcType, ushort HP, ushort maxHP, ushort SP, ushort maxSP, string scriptName ) : System |
public ActorNPC ( string scriptName ) : System | ||
scriptName | string | |
Résultat | System |
public ActorNPC ( uint npcType, ushort HP, ushort maxHP, ushort SP, ushort maxSP ) : System | ||
npcType | uint | |
HP | ushort | |
maxHP | ushort | |
SP | ushort | |
maxSP | ushort | |
Résultat | System |
public ActorNPC ( uint npcType, ushort HP, ushort maxHP, ushort SP, ushort maxSP, string scriptName ) : System | ||
npcType | uint | |
HP | ushort | |
maxHP | ushort | |
SP | ushort | |
maxSP | ushort | |
scriptName | string | |
Résultat | System |