LUA ScriptVessel: Custom animation

Izack

Non sequitur
Addon Developer
Joined
Feb 4, 2010
Messages
6,665
Reaction score
13
Points
113
Location
The Wilderness, N.B.
Is it possible to define a custom animation (payload door, air brake, etc.) in a script vessel without editing ScriptVessel module? If so, how can I do this? Either the lack of documentation on this is a handicap, or I'm missing something fundamental about the interface... :sos:
 
Last edited:

orb

New member
News Reporter
Joined
Oct 30, 2009
Messages
14,020
Reaction score
4
Points
0
I'm not sure if it helps, but there are currently defined these LUA functions for animations:
Code:
// animation functions[list][*]create_animationcomponent[*]del_animationcomponent
[/list]
// animation methods[list][*]create_animation[*]del_animation[*]set_animation[*]add_animationcomponent[/list]
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,907
Reaction score
205
Points
138
Location
Cape
Not really :(

LUA for dummies anyone ? :facepalm:
 
Top