UFO: Alien Invasion
Loading...
Searching...
No Matches
actorSkin_t Struct Reference

#include <cl_team.h>

Collaboration diagram for actorSkin_t:
Collaboration graph

Data Fields

int idx
char * id
char name [MAX_VAR]
bool singleplayer
bool multiplayer

Detailed Description

Definition at line 30 of file cl_team.h.

Field Documentation

◆ id

char* actorSkin_t::id

Unique string identifier

Definition at line 35 of file cl_team.h.

Referenced by CL_AllocateActorSkin(), and CL_InitSkin_f().

◆ idx

int actorSkin_t::idx

Definition at line 32 of file cl_team.h.

Referenced by CL_AllocateActorSkin(), and CL_InitSkin_f().

◆ multiplayer

bool actorSkin_t::multiplayer

If true, this skin is used in multiplayer mode

Definition at line 43 of file cl_team.h.

Referenced by CL_FixActorSkinIDX(), and CL_InitSkin_f().

◆ name

char actorSkin_t::name[MAX_VAR]

Name of the skin, displayed in user interface

Definition at line 38 of file cl_team.h.

Referenced by CL_InitSkin_f().

◆ singleplayer

bool actorSkin_t::singleplayer

If true, this skin is used in singleplayer mode

Definition at line 41 of file cl_team.h.

Referenced by CL_FixActorSkinIDX(), and CL_InitSkin_f().


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