dmuratshin 9 years ago
parent
commit
1216828ef6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/flow/Scene.h

+ 1 - 0
src/flow/Scene.h

@@ -112,6 +112,7 @@ namespace oxygine
             void removeTransitions() { _transitionIn = _transitionOut = 0; }
 
             spActor         getHolder() const { return _holder; }
+            const FlowEvent&getFinishEvent() const { return _finishEvent; }
             bool            isDialog() const { return _dialog; }
             bool            isInStackWide() const { return _instackWide; }