UFO: Alien Invasion
Loading...
Searching...
No Matches
binaryexpressionparser.h File Reference
#include "../shared/cxx.h"
Include dependency graph for binaryexpressionparser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int(* BEPEvaluteCallback_t) (const char *var, const void *userdata)

Functions

bool BEP_Evaluate (const char *expr, BEPEvaluteCallback_t varFunc, const void *userdata=nullptr)

Typedef Documentation

◆ BEPEvaluteCallback_t

typedef int(* BEPEvaluteCallback_t) (const char *var, const void *userdata)
Returns
-1 not found, 1 = true, 0 = false

Definition at line 32 of file binaryexpressionparser.h.

Function Documentation

◆ BEP_Evaluate()