Go to the source code of this file.
Macros | |
#define | EVT_MAKE_ITEM_ENTITY(args...) Call(MakeItemEntity, args) |
#define | EVT_MAKE_ENTITY(type, args...) Call(MakeEntity, Ref(Entity_##type), args, MAKE_ENTITY_END) |
#define | GEN_FLOWER_SPAWN_REGION(args...) EVT_FLOWER_SPAWN_REGION(args) |
#define EVT_MAKE_ITEM_ENTITY | ( | args... | ) | Call(MakeItemEntity, args) |
Definition at line 5 of file star_rod_macros.h.
#define EVT_MAKE_ENTITY | ( | type, | |
args... ) Call(MakeEntity, Ref(Entity_##type), args, MAKE_ENTITY_END) |
Definition at line 8 of file star_rod_macros.h.
#define GEN_FLOWER_SPAWN_REGION | ( | args... | ) | EVT_FLOWER_SPAWN_REGION(args) |
Definition at line 11 of file star_rod_macros.h.