$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

src/animation/animation_ifvar.cpp File Reference

#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)

Enumeration Type Documentation

Enumerator:
IF_GREATER_EQUAL 
IF_GREATER 
IF_LESS_EQUAL 
IF_LESS 
IF_EQUAL 
IF_NOT_EQUAL 


Function Documentation

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   
)

(C) Copyright 1998-2012 by The Stratagus Project under the GNU General Public License.
All trademarks and copyrights on this page are owned by their respective owners.