Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
PlayerEntity(OOEntityInspectorExtensions) Category Reference

Instance Methods

(NSString *) - inspSecondaryIdentityLine [implementation]
 
(BOOL) - inspCanBecomeTarget [implementation]
 
(NSString *) - inspDescription [implementation]
 

Detailed Description

Definition at line 210 of file OOEntityInspectorExtensions.m.

Method Documentation

◆ inspCanBecomeTarget

- (BOOL) inspCanBecomeTarget
implementation

Extends class PlayerEntity.

Definition at line 218 of file OOEntityInspectorExtensions.m.

219{
220 return NO;
221}

References inspCanBecomeTarget.

Referenced by inspCanBecomeTarget.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ inspDescription

- (NSString *) inspDescription
implementation

Extends class PlayerEntity.

Definition at line 224 of file OOEntityInspectorExtensions.m.

225{
226 return @"Player";
227}

References inspDescription.

Referenced by inspDescription.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ inspSecondaryIdentityLine

- (NSString *) inspSecondaryIdentityLine
implementation

Extends class PlayerEntity.

Definition at line 212 of file OOEntityInspectorExtensions.m.

213{
214 return [NSString stringWithFormat:NSLocalizedStringFromTableInBundle(@"\"%@\", %@", nil, [NSBundle bundleForClass:[self class]], @""), [self commanderName], [self displayName]];
215}

References PlayerEntity::commanderName, ShipEntity::displayName, and inspSecondaryIdentityLine.

Referenced by inspSecondaryIdentityLine.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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