Function(whatever)

is the whatever variable includable in a function?

eg.


function(whatever){
setProperty(whatever, _x, 6);
}

When i export it, it says “Property name expected in GetProperty”. Is the whatever variable right? or is it global or soemthing?