![]() |
Oolite 1.91.0.7658-250404-b1488af
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
id | OOPropertyListFromData (NSData *data, NSString *whereFrom) |
id | OOPropertyListFromFile (NSString *path) |
NSDictionary * | OODictionaryFromData (NSData *data, NSString *whereFrom) |
NSDictionary * | OODictionaryFromFile (NSString *path) |
NSArray * | OOArrayFromData (NSData *data, NSString *whereFrom) |
NSArray * | OOArrayFromFile (NSString *path) |
NSArray * OOArrayFromData | ( | NSData * | data, |
NSString * | whereFrom ) |
Definition at line 215 of file OOPListParsing.m.
References OOPropertyListFromData(), and ValueIfClass().
NSArray * OOArrayFromFile | ( | NSString * | path | ) |
Definition at line 222 of file OOPListParsing.m.
References OOPropertyListFromFile(), and ValueIfClass().
Referenced by ResourceManager::arrayFromFilesNamed:inFolder:andMerge:cache:, ResourceManager::checkOXPMessagesInPath:, and OOScript::worldScriptsAtPath:.
NSDictionary * OODictionaryFromData | ( | NSData * | data, |
NSString * | whereFrom ) |
Definition at line 201 of file OOPListParsing.m.
References OOPropertyListFromData(), and ValueIfClass().
NSDictionary * OODictionaryFromFile | ( | NSString * | path | ) |
Definition at line 208 of file OOPListParsing.m.
References OOPropertyListFromFile(), and ValueIfClass().
Referenced by ResourceManager::checkPotentialPath:path:, NSFileManager(OOExtensions)::commanderContentsOfPath:, OOJSScript(OOPrivate)::defaultPropertiesFromPath:, ResourceManager::dictionaryFromFilesNamed:inFolder:mergeMode:cache:, LoadExplicitSettings(), PlayerEntity(LoadSave)::loadPlayerFromFile:asNew:, AI(OOPrivate)::loadStateMachine:jsName:, ResourceManager::logControlDictionary, PlayerEntity(OOLoadSavePrivate)::lsCommanders:directory:pageNumber:highlightName:, OOOXZManager::managedOXZs, OOOXZManager(NSURLConnectionDataDelegate)::processDownloadedOXZ, ResourceManager::roleCategoriesDictionary, OOPListScript::scriptsInPListFile:, OOOXZManager::showInstallOptions, ResourceManager::systemDescriptionManager, and OOAIStateMachineVerifierStage(Private)::validateAI:.
id OOPropertyListFromData | ( | NSData * | data, |
NSString * | whereFrom ) |
Definition at line 51 of file OOPListParsing.m.
References kOOLogPListFoundationParseError, nil, and OOLog.
Referenced by OOArrayFromData(), OODictionaryFromData(), and OOPropertyListFromFile().
id OOPropertyListFromFile | ( | NSString * | path | ) |
Definition at line 80 of file OOPListParsing.m.
References CopyDataFromFile(), nil, and OOPropertyListFromData().
Referenced by OOArrayFromFile(), and OODictionaryFromFile().