PCRuntimeConfigurator.attributeModifierChanged Method [AX 2012]

Invoked when an attribute modifier changes value.

protected void attributeModifierChanged(
    int _attributeInstanceId, 
    boolean _modifierValue, 
    CLRObject _modifierType)

Run On

Client

Parameters

_attributeInstanceId
Type: int
An instance ID of an attribute.
_modifierValue
Type: boolean
A modifier value.
_modifierType
Type: CLRObject Class
The modifier type.

Community Additions

ADD
Show: