7 #ifndef TRANSLATEACTION_H
8 #define TRANSLATEACTION_H
12 #include "GDCore/String.h"
13 #include "GDCore/Events/Instruction.h"
14 #include "GDCore/IDE/Events/TextFormatting.h"
16 class InstructionMetadata;
30 std::vector<std::pair<gd::String, gd::TextFormatting> > GetAsFormattedText(
34 if (NULL == _singleton) {
44 static void DestroySingleton() {
45 if (NULL != _singleton) {
An instruction is a member of an event: It can be a condition or an action.
Definition: Instruction.h:30
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24