Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
WormholeEntity(Private) Category Reference

Instance Methods

(id) - init
 

Detailed Description

Definition at line 47 of file WormholeEntity.m.

Method Documentation

◆ init

- (id) 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;
69 scan_info = WH_SCANINFO_NONE;
70 scan_time = 0;
71 hasExitPosition = NO;
72 containsPlayer = NO;
73 exit_speed = 50.0;
74 }
75 return self;
76}
@ WH_SCANINFO_NONE

The documentation for this category was generated from the following file: