[C-Generator] Detailcode translation for operations called on attributes are not translated
If an operation is called on an attribute (of a DataClass or an ActorClass) the call is not translated to the c function call.
The editor suggests `attribute.function(arg1, arg2,...)` in the completion. It would be nice if that suggestion would actually be translated to valid c code.
issue