![]() |
naev 0.12.6
|
Handles pilot ship Lua stuff. More...
#include "nlua_pilot.h"
Go to the source code of this file.
Functions | |
| static int | pilot_shipLmem (const Pilot *p) |
| static void | pilot_shipLunmem (const Pilot *p, int oldmem) |
| static void | shipLRunWarning (const Pilot *p, const Ship *s, const char *name, const char *error) |
| int | pilot_shipLInit (Pilot *p) |
| Initializes the pilot ship Lua. | |
| int | pilot_shipLCleanup (Pilot *p) |
| Cleans up the pilot ship Lua. | |
| int | pilot_shipLUpdate (Pilot *p, double dt) |
| Updates the pilot Lua stuff. | |
| int | pilot_shipLExplodeInit (Pilot *p) |
| Initializes the pilot explosion stuff. | |
| int | pilot_shipLExplodeUpdate (Pilot *p, double dt) |
| Updates the pilot explosion Lua stuff. | |
Handles pilot ship Lua stuff.
Definition in file pilot_ship.c.
| int pilot_shipLCleanup | ( | Pilot * | p | ) |
Cleans up the pilot ship Lua.
| p | Pilot to set up memory for. |
Definition at line 73 of file pilot_ship.c.
| int pilot_shipLExplodeInit | ( | Pilot * | p | ) |
Initializes the pilot explosion stuff.
| p | Pilot to set up memory for. |
Definition at line 141 of file pilot_ship.c.
| int pilot_shipLExplodeUpdate | ( | Pilot * | p, |
| double | dt ) |
Updates the pilot explosion Lua stuff.
| p | Pilot to set up memory for. |
| dt | Time delta-tick. |
Definition at line 168 of file pilot_ship.c.
| int pilot_shipLInit | ( | Pilot * | p | ) |
Initializes the pilot ship Lua.
| p | Pilot to set up memory for. |
Definition at line 41 of file pilot_ship.c.
|
static |
Definition at line 11 of file pilot_ship.c.
|
static |
Definition at line 22 of file pilot_ship.c.
| int pilot_shipLUpdate | ( | Pilot * | p, |
| double | dt ) |
Updates the pilot Lua stuff.
| p | Pilot to set up memory for. |
| dt | Time delta-tick. |
Definition at line 105 of file pilot_ship.c.
|
static |
Definition at line 28 of file pilot_ship.c.