naev 0.12.6
AI_Profile Struct Reference

Basic AI profile. More...

#include <ai.h>

Data Fields

char * name
nlua_env env
double control_rate
int lua_mem
int ref_control
int ref_control_manual
int ref_refuel
int ref_create

Detailed Description

Basic AI profile.

Definition at line 39 of file ai.h.

Field Documentation

◆ control_rate

double AI_Profile::control_rate

Control rate of the AI.

Definition at line 42 of file ai.h.

◆ env

nlua_env AI_Profile::env

Associated Lua Environment.

Definition at line 41 of file ai.h.

◆ lua_mem

int AI_Profile::lua_mem

Initial memory state.

Definition at line 43 of file ai.h.

◆ name

char* AI_Profile::name

Name of the profile.

Definition at line 40 of file ai.h.

◆ ref_control

int AI_Profile::ref_control

Profile control reference function.

Definition at line 44 of file ai.h.

◆ ref_control_manual

int AI_Profile::ref_control_manual

Profile manual control reference function.

Definition at line 45 of file ai.h.

◆ ref_create

int AI_Profile::ref_create

Run when pilot is created (or initialized in the case of persistent pilots).

Definition at line 47 of file ai.h.

◆ ref_refuel

int AI_Profile::ref_refuel

Profile refuel reference function.

Definition at line 46 of file ai.h.


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