Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
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 1 of file OOEntityInspectorExtensions.m.

219{
220 return NO;
221}

◆ inspDescription

- (NSString *) inspDescription
implementation

Extends class PlayerEntity.

Definition at line 1 of file OOEntityInspectorExtensions.m.

225{
226 return @"Player";
227}

◆ inspSecondaryIdentityLine

- (NSString *) inspSecondaryIdentityLine
implementation

Extends class PlayerEntity.

Definition at line 1 of file OOEntityInspectorExtensions.m.

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

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