Stopped (Event): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(created the page)
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{Event|
{{CatUp|Events}}
name                  = Stopped
<onlyinclude>{{Event
|name                  = Stopped
|arguments            =  
|arguments            =  
|description          = Fires whenever the AnimationTrack finishes playing.
|description          = Fired after the animation stops. This event is never raised.
|object              = [[GBX.lua.AnimationTrack (Object)|AnimationTrack]]
|object              = [[GBX.lua.AnimationTrack (Object)|AnimationTrack]]
}}</onlyinclude>
}}</onlyinclude>


[[Category:Events]]
[[Category:Events]]

Latest revision as of 21:06, 23 September 2021

Event
Syntax Stopped( )
Description: Fired after the animation stops. This event is never raised.
In Object: AnimationTrack