Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
fireall.cpp
Go to the documentation of this file.
1
#include "
cmd/unit_generic.h
"
2
#include "
fireall.h
"
3
#include "
cmd/role_bitmask.h
"
4
namespace
Orders
5
{
6
FireAllYouGot::FireAllYouGot
() :
Order
(
WEAPON
, STARGET ) {}
7
void
FireAllYouGot::Execute
()
8
{
9
parent
->
Fire
(
ROLES::EVERYTHING_ELSE
|
ROLES::FIRE_GUNS
|
ROLES::FIRE_MISSILES
,
true
);
10
}
11
}
12
src
cmd
ai
fireall.cpp
Generated on Fri May 29 2015 23:07:07 for Vegastrike 0.5.1 rc1 by
1.8.4