Definition at line 65 of file ShipEntityAI.m.
◆ acceptDistressMessageFrom:
| - (void) acceptDistressMessageFrom: |
|
(ShipEntity *) |
other |
|
Definition at line 1 of file ShipEntityAI.m.
2902{
2903 if (
self != [
UNIVERSE station])
return;
2904
2906 _primaryTarget = [[[other
primaryTarget] weakRetain] autorelease];
2908 [self launchDefenseShip];
2909 _primaryTarget = old_target;
2910
2911}
The documentation for this category was generated from the following file: