naev 0.12.6
NTimeUpdate_t Struct Reference

Used for storing time increments to not trigger hooks during Lua calls and such. More...

Data Fields

struct NTimeUpdate_s * next
ntime_t inc

Detailed Description

Used for storing time increments to not trigger hooks during Lua calls and such.

Definition at line 60 of file ntime.c.

Field Documentation

◆ inc

ntime_t NTimeUpdate_t::inc

Time increment associated.

Definition at line 62 of file ntime.c.

◆ next

struct NTimeUpdate_s* NTimeUpdate_t::next

Next in the linked list.

Definition at line 61 of file ntime.c.


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