AFXIntTarget

This class is designed for integer targets.


AFXIntTarget(initialValue=0)

Constructor.

ArgumentTypeDefaultDescription
initialValueInt0Initial value.


getTypeName()

Returns the name of the target type ("Int").

Implements AFXTarget.


getValue()

Returns the target's current value.


setValue(newValue)

Sets the target's current value.

ArgumentTypeDefaultDescription
newValueInt New value.