Shared.Entity.Components.HealthComponent
Type JSONpublic struct in Shared.Entity.Components
Type metadata
- Assembly
Shared - Namespace
Shared.Entity.Components - Base type
System.ValueType - Hash
45849BC975F96831A0F8F7723C7404FF7CFF024B4FD49AFA50E8FC88889D9413
Relationships
Base type
System.ValueType
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Health# | public | public System.Single Health |
InvincibilityTime# | public | public System.Single InvincibilityTime |
InvincibiltyTimer# | public | public System.Single InvincibiltyTimer |
MaxHealth# | public | public System.Single MaxHealth |
Methods
DoDamage
#
public System.Boolean DoDamage(System.Single damage, System.Boolean invinciblityEnabled)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
9F54FD8F3BFCC8A1EE11951CCBCC75C176550D7C1CFF1A3A88F291DA22683838 - Body hash
5F4AD200D288E9A169FDD6CBB70CED964FB9D65BA392C2D5A986FBB41B3043A4 - IL size128
Referenced calls
System.Math::Min(System.Single, System.Single)System.Math::Abs(System.Single)