$treeview $search $mathjax
Stratagus
2.2.7
$projectbrief
|
$projectbrief
|
$searchbox |
_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include "stratagus.h"
#include "animation/animation_ifvar.h"
#include "unit.h"
animation_ifvar.cpp - The animation IfVar. | |
enum | EIfVarBinOp { IF_GREATER_EQUAL = 1, IF_GREATER, IF_LESS_EQUAL, IF_LESS, IF_EQUAL, IF_NOT_EQUAL } |
bool | binOpGreaterEqual (int lhs, int rhs) |
bool | binOpGreater (int lhs, int rhs) |
bool | binOpLessEqual (int lhs, int rhs) |
bool | binOpLess (int lhs, int rhs) |
bool | binOpEqual (int lhs, int rhs) |
bool | binOpNotEqual (int lhs, int rhs) |
bool | returnFalse (int, int) |
enum EIfVarBinOp |
bool binOpEqual | ( | int | lhs, | |
int | rhs | |||
) |
bool binOpGreater | ( | int | lhs, | |
int | rhs | |||
) |
bool binOpGreaterEqual | ( | int | lhs, | |
int | rhs | |||
) |
bool binOpLess | ( | int | lhs, | |
int | rhs | |||
) |
bool binOpLessEqual | ( | int | lhs, | |
int | rhs | |||
) |
bool binOpNotEqual | ( | int | lhs, | |
int | rhs | |||
) |
bool returnFalse | ( | int | , | |
int | ||||
) |