NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
nnl::format Namespace Reference

Contains the enumeration of various file formats found in the games and functions to detect them. More...

Enumerations

enum  FileFormat {
  kUnknown , kPGD , kDig , kDigEntry ,
  kCollection , kAssetContainer , kModel , kTextureContainer ,
  kAnimationContainer , kActionConfig , kColboxConfig , kVisanimationContainer ,
  kCollision , kShadowCollision , kText , kATRAC3 ,
  kFog , kPositionData , kLit , kRenderConfig ,
  kPHD , kUIConfig , kMinimapConfig , kPNG ,
  kCCSF , kELF , kPSPELF , kPSF ,
  kPlainText
}
 Enumeration for file formats found in the games. More...

Functions

FileFormat Detect (BufferView buffer)
 Detects the file format of the provided buffer.
std::vector< FileFormatDetectAll (BufferView buffer)
 Detects all possible file formats of the provided buffer.

Detailed Description

Contains the enumeration of various file formats found in the games and functions to detect them.

See also
nnl::format::FileFormat
nnl::format::Detect