Searched refs:attributeModifierWithKey (Results 1 – 2 of 2) sorted by relevance
149 …arkModifier: M, attributeModifierWithKey: ModifierWithKey<string | number | boolean | object>): vo…150 attributeModifierWithKey.value = attributeModifierWithKey.stageValue;152 attributeModifierWithKey.applyPeer(arkModifier.nativePtr,153 (attributeModifierWithKey.value === undefined || attributeModifierWithKey.value === null));156 … arkModifier.constructor.name.toString() : 'undefined') + ' of ' + (attributeModifierWithKey ?157 attributeModifierWithKey.constructor.name.toString() : 'undefined'));
104 static putDirtyModifier(arkModifier, attributeModifierWithKey) { argument105 attributeModifierWithKey.value = attributeModifierWithKey.stageValue;107 attributeModifierWithKey.applyPeer(arkModifier.nativePtr,108 (attributeModifierWithKey.value === undefined ||109 attributeModifierWithKey.value === null)113 … arkModifier.constructor.name.toString() : 'undefined') + ' of ' + (attributeModifierWithKey ?114 attributeModifierWithKey.constructor.name.toString() : 'undefined'));