summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSElementSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSElementSystem.h')
-rw-r--r--src/runtime/Qt3DSElementSystem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/Qt3DSElementSystem.h b/src/runtime/Qt3DSElementSystem.h
index a633ea8..eeafb5d 100644
--- a/src/runtime/Qt3DSElementSystem.h
+++ b/src/runtime/Qt3DSElementSystem.h
@@ -246,6 +246,10 @@ namespace runtime {
{
return this->operator&(Q3DStudio::ELEMENTFLAG_TIMELINE);
}
+ bool HasActivityAction() const
+ {
+ return this->operator&(Q3DStudio::ELEMENTFLAG_ACTIVITYACTIONENABLED);
+ }
};
typedef eastl::pair<SPropertyDesc, Q3DStudio::UVariant *> TPropertyDescAndValuePtr;