The Half-Life Unified SDK uses the Half-Life engine’sDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/twhl-community/halflife-unified-sdk/llms.txt
Use this file to discover all available pages before exploring further.
IFileSystem interface for nearly all filesystem operations.
Helper Utilities
Helper functions inutils/filesystem_utils.h should be used to perform common tasks like reading a file into a buffer or writing text to a file.
The FSFile Class
The FSFile class can be used to access files that are automatically closed when the file object goes out of scope.