KeyValues.ExportToFile Method

Exports a KeyValues tree to a file. The tree is dumped from the current position.

bool ExportToFile(const char[] file)

Parameters

const char[] file

File to dump write to.

Return Value

True on success, false otherwise.