xoreos
0.0.5
|
Neverwinter Nights 2 engine functions messing with objects. More...
#include "src/common/scopedptr.h"
#include "src/common/util.h"
#include "src/aurora/nwscript/functioncontext.h"
#include "src/engines/nwn2/types.h"
#include "src/engines/nwn2/game.h"
#include "src/engines/nwn2/module.h"
#include "src/engines/nwn2/objectcontainer.h"
#include "src/engines/nwn2/object.h"
#include "src/engines/nwn2/creature.h"
#include "src/engines/nwn2/script/functions.h"
Go to the source code of this file.
Namespaces | |
Engines | |
Engines::NWN2 | |
Macros | |
#define | SQR(x) ((x) * (x)) |
Neverwinter Nights 2 engine functions messing with objects.
Definition in file functions_object.cpp.
#define SQR | ( | x | ) | ((x) * (x)) |
Definition at line 174 of file functions_object.cpp.
Referenced by Engines::NWN2::Functions::getDistanceToObject().