Method Builtin._get_setter()
- Method _get_setter
function(mixed_void:void) _get_setter(object o, string varname)
- Description
Get a setter for the variable named varname in object o.
- Returns
Returns a Setter()->`()() for the variable if it exists, and
UNDEFINED
otherwise.- See also