Difference between revisions of "Talk:PlayGamebryoAnimation - ObjectReference"

Jump to navigation Jump to search
imported>HawkFest
imported>HawkFest
Line 10: Line 10:
<source lang="papyrus">rVisibleContanier.PlayGamebryoAnimation("Open", abStartOver = True, afEaseInTime = 0.5)
<source lang="papyrus">rVisibleContanier.PlayGamebryoAnimation("Open", abStartOver = True, afEaseInTime = 0.5)
rContainerHUB.Activate(akActionRef)</source>
rContainerHUB.Activate(akActionRef)</source>
which either skips all timings, either breaks the synchronization between sound and animation (depending on the container base embedded animation it seems, some work with this parameters others don't)...
which either skips all timings, either breaks the synchronization between sound and animation (depending on the container base embedded animation it seems, some work with this parameter others don't)...


We should do the following which works with all types of embedded animations (thus being more "generic"):
We should do the following which works with all types of embedded animations (thus being a more "generic" method):
<source lang="papyrus">If rVisibleContanier.PlayGamebryoAnimation("Open", abStartOver = True)
<source lang="papyrus">If rVisibleContanier.PlayGamebryoAnimation("Open", abStartOver = True)
     Utility.Wait(0.5)
     Utility.Wait(0.5)
Anonymous user

Navigation menu