naev 0.12.5
comm.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "space.h"
7
8int comm_isOpen( void );
9void comm_queueClose( void );
10int comm_openPilot( unsigned int pilot );
11int comm_openSpob( Spob *spob );
int comm_openPilot(unsigned int pilot)
Opens the communication dialogue with a pilot.
Definition comm.c:60
int comm_openSpob(Spob *spob)
Opens a communication dialogue with a spob.
Definition comm.c:187
int comm_isOpen(void)
Check to see if the comm window is open.
Definition comm.c:41
void comm_queueClose(void)
Queues a close command when possible.
Definition comm.c:49
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition space.h:102