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

list of script aliases to register More...

#include <scripts.h>

Collaboration diagram for constListEntry_t:
Collaboration graph

Data Fields

const char * name
int value

Detailed Description

list of script aliases to register

Note
must be terminated with a nullptr ({nullptr, -1}) entry!
See also
saveEmployeeConstants[]

Definition at line 231 of file scripts.h.

Field Documentation

◆ name

const char* constListEntry_t::name

Definition at line 232 of file scripts.h.

Referenced by Com_RegisterConstList(), and Com_UnregisterConstList().

◆ value

int constListEntry_t::value

Definition at line 233 of file scripts.h.


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