Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
script_call_unit.cpp File Reference
#include <Python.h>
#include <string>
#include "gfx/aux_texture.h"
#include "gfx/cockpit.h"
#include "gfx/animation.h"
#include "cmd/planet.h"

Go to the source code of this file.

Functions

bool PlanetHasLights (Unit *un)
 

Function Documentation

bool PlanetHasLights ( Unit un)

Definition at line 9 of file script_call_unit.cpp.

10 {
11  return ( (GamePlanet*) un )->hasLights();
12 }