setValueNoCheck

abstract fun setValueNoCheck(newValue: A_BasicObject)

Assign the given value to the variable. The client should ensure that the value is acceptable for the variable.

Parameters

newValue

The variable's new value.