Attribute

interface Attribute

Minimal numeric attribute.

Examples

  • health (current/max)

  • mana (current/max)

Design note

The host may represent these differently; this is a capability surface for plugins.

Properties

Link copied to clipboard
abstract val key: Key

Functions

Link copied to clipboard
abstract fun current(): Double
Link copied to clipboard
abstract fun max(): Double?
Link copied to clipboard
abstract fun setCurrent(value: Double)
Link copied to clipboard
abstract fun setMax(value: Double)