C# Class NWParsing_Plugin.ParsedLine

ファイルを表示 Open project: nilsbrummond/Neverwinter-ACT-Plugin Class Usage Examples

Public Properties

Property Type Description
critical bool
encAttackerName String
encTargetName String
error bool
logInfo LogLineEventArgs
mag float
ownDsp String
ownEntityType EntityType
swingType int
tgtOwnerInfo OwnerInfo
type String
unitAttackerName String
unitTargetName String

Public Methods

Method Description
ParsedLine ( LogLineEventArgs logInfo ) : System

Method Details

ParsedLine() public method

public ParsedLine ( LogLineEventArgs logInfo ) : System
logInfo LogLineEventArgs
return System

Property Details

critical public_oe property

public bool critical
return bool

encAttackerName public_oe property

public String encAttackerName
return String

encTargetName public_oe property

public String encTargetName
return String

error public_oe property

public bool error
return bool

logInfo public_oe property

public LogLineEventArgs logInfo
return LogLineEventArgs

mag public_oe property

public float mag
return float

ownDsp public_oe property

public String ownDsp
return String

ownEntityType public_oe property

public EntityType ownEntityType
return EntityType

swingType public_oe property

public int swingType
return int

tgtOwnerInfo public_oe property

public OwnerInfo,NWParsing_Plugin tgtOwnerInfo
return OwnerInfo

type public_oe property

public String type
return String

unitAttackerName public_oe property

public String unitAttackerName
return String

unitTargetName public_oe property

public String unitTargetName
return String