SpecialEventAdd()

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 29/11/2004 at 06:09, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.100 
Platform:      
Language(s) :   C.O.F.F.E.E  ;

---------
hi,
i send many (200 times) SpecialEventAdd() messages in a loop. But only the last Message is received in other plugins. Is this a feature of Cinema, that CoreMessages with the same time stamp or duplicated messages will be ignored ?
Marky

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 29/11/2004 at 08:28, xxxxxxxx wrote:

Hi,

Is this really coffee? I guess it´s C++ as there is no SpecialEventAdd() in Coffee afaik.

why do you send it 200 times? Why don´t you send it once, with all information in it?

And if you want to communicate between plugins, you should rather use GePluginMessage().