Skip to main content

Documentation 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.

The Half-Life Unified SDK uses the Half-Life engine’s IFileSystem interface for nearly all filesystem operations.

Helper Utilities

Helper functions in utils/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.

Build docs developers (and LLMs) love