Entity loader.
Loads entity keyvalue data and instances the entities.
File format:
"Entity"{ "classname" "info_player_deathmatch" <additional keyvalues>}...
Type: Reference type
Declaration | Description |
---|---|
bool LoadFromFile(const string& in szFileName, const Vector& in vecOffset = g_vecZero) | Loads entities from a file. |