C# Class GameStruct.MonsterInfo

Datei anzeigen Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
ai int
attack_max uint
attack_min uint
attack_speed ushort
defense uint
die_scripte_id uint
dodge ushort
drop_group uint
eudemon_type int
id uint
level ushort
life int
lookface uint
mana int
move_speed ushort
name String
range ushort

Public Methods

Method Description
MonsterInfo ( ) : System

Method Details

MonsterInfo() public method

public MonsterInfo ( ) : System
return System

Property Details

ai public_oe property

public int ai
return int

attack_max public_oe property

public uint attack_max
return uint

attack_min public_oe property

public uint attack_min
return uint

attack_speed public_oe property

public ushort attack_speed
return ushort

defense public_oe property

public uint defense
return uint

die_scripte_id public_oe property

public uint die_scripte_id
return uint

dodge public_oe property

public ushort dodge
return ushort

drop_group public_oe property

public uint drop_group
return uint

eudemon_type public_oe property

public int eudemon_type
return int

id public_oe property

public uint id
return uint

level public_oe property

public ushort level
return ushort

life public_oe property

public int life
return int

lookface public_oe property

public uint lookface
return uint

mana public_oe property

public int mana
return int

move_speed public_oe property

public ushort move_speed
return ushort

name public_oe property

public String name
return String

range public_oe property

public ushort range
return ushort