(or set multiple objects with one value) Is there a way to send multiple objects one message in one line.
So like
[someObject, otherObject reset]; <
Not really. That is one of the special features of Lua (NOT LUA) and Matlab.
You could consider using NSNotificationCenter and send a message to multiple objects that way, but it's more work.