naev 0.12.6
Event_t Struct Reference

Activated event structure. More...

#include <event.h>

Data Fields

unsigned int id
int data
nlua_env env
int save
Claim_t * claims

Detailed Description

Activated event structure.

Definition at line 12 of file event.h.

Field Documentation

◆ claims

Claim_t* Event_t::claims

Event claims.

Definition at line 17 of file event.h.

◆ data

int Event_t::data

EventData parent.

Definition at line 14 of file event.h.

◆ env

nlua_env Event_t::env

The environment of the running Lua code.

Definition at line 15 of file event.h.

◆ id

unsigned int Event_t::id

Event ID.

Definition at line 13 of file event.h.

◆ save

int Event_t::save

Whether or not it should be saved.

Definition at line 16 of file event.h.


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