168 static
void DumpMemoryBlock();
Stores a collection of items.
Built-in boolean object which represents true or false.
Built-in type that represents an array of bytes or a buffer.
Built-in type that represents a single-precision 32-bit number.
Built-in type that represents a signed 32-bit number.
Built-in type that represents a signed 64-bit number.
Built-in dictionary/key-value pair object based on std::map.
Built-in type that represents a module (or namespace in C++).
This is the base object for every type.
Built-in type that string - an array of characters - text.
Built-in type that represents an unsigned 32-bit number.
Built-in type that represents an unsigned 64-bit number.
Functions for this module.
static UInt GetHeapFreeSize()
static Array GetFileSystemOptionInt32(String path, String option)
static Int SysParamParentalLevel()
Gets the current PS3 Parental Level.
static Int MakeDirectory(String path, Bool recursive=false)
Creates a directory.
static Map GetFileStatus(String path)
Returns info a about a file or directory.
static Int MakeDirectoryForFile(String path_to_file)
Creates directories for a specified file.
static Array GetFileSystemOptionInt64(String path, String option)
static ByteData Salsa20Encrypt(String key, Object data)
static Int GetHeapTotalSize()
static Int SetFileSystemOptionString(String path, String option, Long value)
static Long GetSystemTimeMillisecond()
Gets the system time in milliseconds (calls sys_time_get_system_time / 1000).
static void DelayThread(Int milliseconds=1000)
Delays the threads by the specified amount of milliseconds.
static UInt GetAvailableUserMemorySize()
Returns ram left in bytes - Might be stubbed.
static void SetLanguage(Language language)
Refer to pdistd::Language.
static Int RemoveFile(String path)
Deletes a file.
static MBlob Deflate(Object obj)
Deflates (compress) object buffer (calls toString to it if applicable)
static Array TraceRankList()
Unk (3 args) (self.base_rank_list, racers_list, racer_count)
static void BusyWait()
Stripped as release.
static Int SetFileSystemOptionInt32(String path, String option, Int value)
static Long GetHeapMeter() static void DumpMemoryBlock()
Stripped as release.
static Unknown multiplyMatrix()
static ULong AsciiStringHash(String str)
Hashes a string.
static MBlob DeflateEncryptAsync(String path, Bool unk)
Deflates (compress) and encrypts object buffer (calls toString to it if applicable) asynchronously.
static Int GetGameBootAttribute()
Returns the count of game boot attributes.
static Map ReadFile(String path)
Returns file info and its buffer.
static Long GetTsmOptionInt32()
static Long GetTsmOptionInt64()
static Unknown GetTsmOptionSize()
static Int TruncateFile(String path, Int offset)
Truncates a file.
static Unknown SetTsmOptionSize()
static Int CheckRights()
Unknown.
static ByteData Salsa20Decrypt(String key, Object data)
static UInt GetTotalUserMemorySize()
Gets the total of memory usable in bytes - Might be stubbed.
static void exit(Int exitCode)
Exits the game.
static Int RenameFile(String src_name, String target_name)
Renames a file.
static Int CopyFile(String src, String dst)
Copies a file.
static MBlob DecodeBase64(Object obj)
Decodes data from Base64.
static String TextConv(String str)
Converts text. Warning: not providing the arg crashes the game.
static String SysParamCurrentUserName()
Gets the current PS3 Profile Name.
static Long GetSystemTimeMicroSecond()
Gets the system time in microseconds (calls sys_time_get_system_time).
static UInt GetHeapAllocateMax()
static Unknown inverseMatrix()
static MBlob DecryptInflateAsync(String path, String unkPathS, Bool unk)
Decrypts and Inflates (decompresses) and encrypts object buffer (calls toString to it if applicable) ...
static String getPlayerName()
Gets the current PS3 Profile Name.
static Int Exist(String path)
Returns whether a path exists.
static Int GetOnDemandInstallingFiles()
Returns the amount of files being installed.
static Int RemoveDirectory(String path, Bool recursive=false)
Removes a directory.
static MBlob Inflate(Blob blob)
Inflates (decompresses) object buffer (calls toString to it if applicable) asynchronously.
static String ConvertSystemPath(String path=nil)
Converts a path into a PS3 friendly one. nil returns current directory.
static Int SetTsmOptionInt32(String param, Long value)
static Int SetTsmOptionInt64(String param, Long value)
static string GetArgs()
Returns command line arguments.
static Long GetDiskFreeSize(String path)
Gets disk free size for specified mount point (i.e /APP_DATA)
static String MD5(String arg)
MD5 Checksum.
static Int WriteFile(hString path, ByteData buffer)
Writes a file.
static Int IsDebugVersion()
Returns whether the game is a debug version (compile time value on engine)
static Float atan2(Float y, Float x)
static Int SetFileSystemOptionInt64(String path, String option, Long value)
static Int CRC32(Object obj)
Performs CRC32 for object buffer.
static void crash(String message=nil)
Initiates a crash.
static Int WriteFile(hString path, ByteData buffer, Int size)
Writes a file.
static Array< Map > GetFileEntries(String path)
Returns the list of files for a provided path.
static Long GetFileSystemVersion()
Returns the VOL Version. 0 for FSRoot.
static void assert(String message)
Stripped as release.
static Unknown applyMatrixVector4()
static Unknown DeviceRescan()
static String EncodeBase64(Object obj)
Encodes an object buffer to Base64.
Blob Object (Based on ByteData)
Built-in adhoc system classes and functions.
Standard Library for Adhoc.