Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <algorithm>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <ctype.h>
#include <assert.h>
#include <unistd.h>
#include <expat.h>
#include "xml_support.h"
#include "vegastrike.h"
#include "lin_time.h"
#include "cmd/unit_generic.h"
#include "mission.h"
#include "easydom.h"
#include "msgcenter.h"
#include "pythonmission.h"
Go to the source code of this file.
Functions | |
string | varToString (varInst *vi) |
string varToString | ( | varInst * | vi) |
Definition at line 55 of file script_callbacks.cpp.
References varInst::bool_val, varInst::float_val, varInst::int_val, varInst::object, varInst::objectname, XMLSupport::tostring(), varInst::type, VAR_BOOL, VAR_FLOAT, VAR_INT, and VAR_OBJECT.