KeyValues.ImportFromFile Method

Imports a file in KeyValues format. The file is read into the current position of the tree.

bool ImportFromFile(const char[] file)

Parameters

const char[] file

File to read from.

Return Value

True on success, false otherwise.