Go to the source code of this file.
|
| #define | GlobalData(type, str) |
| | Declares an ape::Effect or ape::Generator to be instanced when a script containing this line is compiled. As you can have multiple plugins defined in a translation unit, each successive invocation of this macro takes precedence (or in other words, the last plugin wins). More...
|
| |
◆ GlobalData
| #define GlobalData |
( |
|
type, |
|
|
|
str |
|
) |
| |
Value:class type; \
int __ ## type ## __unneeded = ape::detail::registerClass((type*)0);
Declares an ape::Effect or ape::Generator to be instanced when a script containing this line is compiled. As you can have multiple plugins defined in a translation unit, each successive invocation of this macro takes precedence (or in other words, the last plugin wins).