Definition at line 47 of file WormholeEntity.m.
◆ init
Extends class WormholeEntity.
Definition at line 54 of file WormholeEntity.m.
60{
61 if ((
self = [super
init]))
62 {
63 witch_mass = 0.0;
64 shipsInTransit = [[NSMutableArray arrayWithCapacity:4] retain];
65 collision_radius = 0.0;
66 [self setStatus:STATUS_EFFECT];
67 scanClass = CLASS_WORMHOLE;
68 isWormhole = YES;
70 scan_time = 0;
71 hasExitPosition = NO;
72 containsPlayer = NO;
73 exit_speed = 50.0;
74 }
75 return self;
76}
The documentation for this category was generated from the following file: