DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
pskboneinfo_t Struct Reference

#include <model_psk.h>

+ Collaboration diagram for pskboneinfo_t:

Data Fields

pskpose_t basepose
 
char name [64]
 
int numchildren
 
int parent
 
int unknown1
 

Detailed Description

Definition at line 72 of file model_psk.h.

Field Documentation

◆ basepose

pskpose_t pskboneinfo_t::basepose

Definition at line 78 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ name

char pskboneinfo_t::name[64]

Definition at line 74 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ numchildren

int pskboneinfo_t::numchildren

Definition at line 76 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ parent

int pskboneinfo_t::parent

Definition at line 77 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ unknown1

int pskboneinfo_t::unknown1

Definition at line 75 of file model_psk.h.


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