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ยง
- common
- This module provides common structures and functions used across the VMF parser.
- entities
- This module provides structures for representing entities in a VMF file.
- metadata
- This module provides structures for representing metadata blocks in a VMF file, such as version info, visgroups, and view settings.
- regions
- This module provides structures for representing region-specific data in a VMF file, such as cameras and cordons.
- world
- This module provides structures for representing the world block in a VMF file, which contains world geometry, hidden entities, and groups.