Struct Damage
Assembly: LobsterFramework.dll
Syntax
[Serializable]
public struct Damage
Fields
|
Improve this Doc
View Source
health
Declaration
Field Value
|
Improve this Doc
View Source
none
Declaration
public static Damage none
Field Value
|
Improve this Doc
View Source
posture
Declaration
Field Value
|
Improve this Doc
View Source
source
Declaration
Field Value
|
Improve this Doc
View Source
type
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
operator +(Damage, Damage)
Declaration
public static Damage operator +(Damage a, Damage b)
Parameters
Returns
|
Improve this Doc
View Source
operator ==(Damage, Damage)
Declaration
public static bool operator ==(Damage a, Damage b)
Parameters
Returns
|
Improve this Doc
View Source
operator !=(Damage, Damage)
Declaration
public static bool operator !=(Damage a, Damage b)
Parameters
Returns
|
Improve this Doc
View Source
operator *(Damage, Damage)
Declaration
public static Damage operator *(Damage a, Damage b)
Parameters
Returns
|
Improve this Doc
View Source
operator *(Damage, float)
Declaration
public static Damage operator *(Damage a, float b)
Parameters
Returns