MDLParser
Simple and modern library for parsing the Source engine model formats
Loading...
Searching...
No Matches
Public Attributes | List of all members
MdlParser::Mdl::BodyPart Struct Reference

#include <mdl.hpp>

Public Attributes

std::string name
 
std::vector< Modelmodels
 

Detailed Description

A body part (or body group) is a group of models of which exactly one will be displayed at a given time.

Remarks
This is used for toggling GMan's briefcase, selecting the handle type of a door, and much more.

Member Data Documentation

◆ models

std::vector<Model> MdlParser::Mdl::BodyPart::models

The models which can be toggled between.

◆ name

std::string MdlParser::Mdl::BodyPart::name

Human readable name for this body part.


The documentation for this struct was generated from the following file: