Automatically trigger/untrigger targets based on setting the 'running' property;...
[enjoyable.git] / JSAction.h
index 9de4696..8e52e9c 100644 (file)
 
 @property (assign) void* cookie;
 @property (assign) int index;
-@property (copy) NSArray *subActions;
+@property (copy) NSArray *children;
 @property (strong) id base;
 @property (copy) NSString *name;
-@property (readonly) BOOL active;
+@property (assign) BOOL active;
+@property (readonly) float magnitude;
 
 - (void)notifyEvent:(IOHIDValueRef)value;
 - (NSString *)stringify;