Oolite 1.91.0.7644-241112-7f5034b
|
Instance Methods | |
(void) | - performDeferredCall:withObject:afterDelay: |
(void) | - refreshOwnerDesc |
(void) | - directSetStateMachine:name: |
(void) | - directSetState: |
(NSDictionary *) | - loadStateMachine:jsName: |
(NSDictionary *) | - cleanHandlers:forState:stateMachine: |
(NSArray *) | - cleanActions:forHandler:state:stateMachine: |
Class Methods | |
(void) | + deferredCallTrampolineWithInfo: |
- (NSArray *) cleanActions: | (NSArray *) | actions | |
forHandler: | (NSString *) | handlerKey | |
state: | (NSString *) | stateKey | |
stateMachine: | (NSString *) | smName |
Extends class AI.
Definition at line 397 of file AI.m.
- (NSDictionary *) cleanHandlers: | (NSDictionary *) | handlers | |
forState: | (NSString *) | stateKey | |
stateMachine: | (NSString *) | smName |
Extends class AI.
Definition at line 397 of file AI.m.
+ (void) deferredCallTrampolineWithInfo: | (NSValue *) | info |
Extends class AI.
Definition at line 397 of file AI.m.
- (void) directSetState: | (NSString *) | state |
- (void) directSetStateMachine: | (NSDictionary *) | newSM | |
name: | (NSString *) | name |
Extends class AI.
Definition at line 397 of file AI.m.
- (NSDictionary *) loadStateMachine: | (NSString *) | smName | |
jsName: | (NSString *) | script |
Extends class AI.
Definition at line 397 of file AI.m.
- (void) performDeferredCall: | (SEL) | selector | |
withObject: | (id) | object | |
afterDelay: | (NSTimeInterval) | delay |
Extends class AI.
Definition at line 397 of file AI.m.
- (void) refreshOwnerDesc |
Extends class AI.
Definition at line 397 of file AI.m.