8 #include "GDCore/IDE/Events/ArbitraryEventsWorker.h"
9 #include "GDCore/String.h"
17 class ProjectScopedContainers;
33 : platform(platform_),
34 projectScopedContainers(projectScopedContainers_){};
39 bool isCondition)
override;
ArbitraryEventsWorker is an abstract class used to browse events (and instructions) and do some work ...
Definition: ArbitraryEventsWorker.h:111
Fill empty behavior parameters with any behavior that matches the required behavior type.
Definition: BehaviorParametersFiller.h:28
An instruction is a member of an event: It can be a condition or an action.
Definition: Instruction.h:30
Holds references to variables, objects, properties and other containers.
Definition: ProjectScopedContainers.h:34
Definition: CommonTools.h:24