Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOCacheManager(OOMesh) Category Reference

Class Methods

(NSDictionary *) + meshDataForName:
 
(void) + setMeshData:forName:
 

Detailed Description

Definition at line 180 of file OOMesh.m.

Method Documentation

◆ meshDataForName:

+ (NSDictionary *) meshDataForName: (NSString *) inShipName

Extends class OOCacheManager.

Definition at line 1792 of file OOMesh.m.

2218 :(NSString *)inShipName
2219{
2220 return [[self sharedCache] objectForKey:inShipName inCache:kOOCacheMeshes];
2221}

◆ setMeshData:forName:

+ (void) setMeshData: (NSDictionary *) inData
forName: (NSString *) inShipName 

Extends class OOCacheManager.

Definition at line 1792 of file OOMesh.m.

2224 :(NSDictionary *)inData forName:(NSString *)inShipName
2225{
2226 if (inData != nil && inShipName != nil)
2227 {
2228 [[self sharedCache] setObject:inData forKey:inShipName inCache:kOOCacheMeshes];
2229 }
2230}
return nil

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