|
Atrinik Server 2.5
|
Defines | |
| #define | AROUND_ALL 0 |
| #define | AROUND_WALL 1 |
| #define | AROUND_BLOCKSVIEW 2 |
| #define | AROUND_PLAYER_ONLY 4 |
The various types of squares returned by object.SquaresAround().
| #define AROUND_ALL 0 |
All squares around the object.
Definition at line 77 of file plugin_python.h.
| #define AROUND_BLOCKSVIEW 2 |
Ignore squares that are blocking view.
Definition at line 81 of file plugin_python.h.
| #define AROUND_PLAYER_ONLY 4 |
Ignore squares that are player only.
Definition at line 83 of file plugin_python.h.
| #define AROUND_WALL 1 |
Ignore squares that have a wall.
Definition at line 79 of file plugin_python.h.
1.7.4