Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
Entity(SubEntityRelationship) Category Reference

#include <ShipEntity.h>

Instance Methods

(BOOL) - isShipWithSubEntityShip:
 
(void) - drawSubEntityImmediate:translucent: [implementation]
 

Detailed Description

Definition at line 1296 of file ShipEntity.h.

Method Documentation

◆ drawSubEntityImmediate:translucent:

- (void) drawSubEntityImmediate: (bool) immediate
translucent: (bool) translucent 
implementation

Extends class Entity.

Definition at line 14073 of file ShipEntity.m.

14864 :(bool)immediate translucent:(bool)translucent
14865{
14866 // Do nothing.
14867}

◆ isShipWithSubEntityShip:

- (BOOL) isShipWithSubEntityShip: (Entity *) other

Extends class Entity.

Definition at line 14073 of file ShipEntity.m.

14858 :(Entity *)other
14859{
14860 return NO;
14861}

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