Oolite
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

Definition at line 14062 of file ShipEntity.m.

14852 :(bool)immediate translucent:(bool)translucent
14853{
14854 // Do nothing.
14855}

◆ isShipWithSubEntityShip:

- (BOOL) isShipWithSubEntityShip: (Entity *)  other

Definition at line 14062 of file ShipEntity.m.

14846 :(Entity *)other
14847{
14848 return NO;
14849}

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