Readonly
currentReadonly
defaultReadonly
effectiveReadonly
effectiveReadonly
entityReadonly
typeStatic
Readonly
componentResets the current value of this attribute to the defined default value.
This function can't be called in read-only mode.
Resets the current value of this attribute to the maximum defined value.
This function can't be called in read-only mode.
Resets the current value of this attribute to the minimum defined value.
This function can't be called in read-only mode.
Sets the current value of this attribute. The provided value will be clamped to the range of this attribute.
This function can't be called in read-only mode.
Defines the health properties of an entity.
Example: applyDamageThenHeal.ts
Example: healthDisplay.js