vmf_forge

Module vmf

Source
Expand description

This module contains the core data structures for representing VMF files, including the World, Entity, Solid, and other related types. It also re-exports the submodules common, entities, metadata, regions, and world.

Modulesยง

  • This module provides common structures and functions used across the VMF parser.
  • This module provides structures for representing entities in a VMF file.
  • This module provides structures for representing metadata blocks in a VMF file, such as version info, visgroups, and view settings.
  • This module provides structures for representing region-specific data in a VMF file, such as cameras and cordons.
  • This module provides structures for representing the world block in a VMF file, which contains world geometry, hidden entities, and groups.