Attribute

An Attribute handle exposes the same safe native-attribute set as the Wizard-only @attribute command. It is distinct from dynamic State. Create a handle with Object:attribute.

Only descriptions and BattleTech-native attributes are exposed. Names are matched by the native attribute registry; unsupported names raise an error.

Methods

MethodDescription
Attribute:getGets an attribute value.
Attribute:setSets or clears an attribute.
Attribute:entriesReturns every supported attribute.

See Also