forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			219 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			219 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| 
								 | 
							
								package flash.automation;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@:require(flash10_1) extern class ActionGenerator {
							 | 
						||
| 
								 | 
							
									function new() : Void;
							 | 
						||
| 
								 | 
							
									function generateAction(action : AutomationAction) : Void;
							 | 
						||
| 
								 | 
							
									function generateActions(a : Array<Dynamic>) : Void;
							 | 
						||
| 
								 | 
							
								}
							 |