Calls method on each member of the given group, respecting the given groupcallflags. You can pass arguments to method by specifying them at the end of the method call.
Note:method may only have 5 arguments at most (8 arguments passed to this method in total).
Note: Group call flags are used to control the method calling behavior. If the constantGROUP_CALL_REALTIME flag is present in the flags argument, methods will be called immediately. If this flag isn't present in flags, methods will be called with a one-frame delay in a way similar to callGroup.
Calls method on each member of the given group, respecting the given groupcallflags. You can pass arguments to method by specifying them at the end of the method call. Note: method may only have 5 arguments at most (8 arguments passed to this method in total). Note: Group call flags are used to control the method calling behavior. If the constant GROUP_CALL_REALTIME flag is present in the flags argument, methods will be called immediately. If this flag isn't present in flags, methods will be called with a one-frame delay in a way similar to callGroup.