xoreos  0.0.5
Namespaces | Macros
functions_object.cpp File Reference

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"
Include dependency graph for functions_object.cpp:

Go to the source code of this file.

Namespaces

 Engines
 
 Engines::NWN2
 

Macros

#define SQR(x)   ((x) * (x))
 

Detailed Description

Neverwinter Nights 2 engine functions messing with objects.

Definition in file functions_object.cpp.

Macro Definition Documentation

◆ SQR

#define SQR (   x)    ((x) * (x))

Definition at line 174 of file functions_object.cpp.

Referenced by Engines::NWN2::Functions::getDistanceToObject().