Atrinik Server 2.5
Defines
Object insertion flags.

Defines

#define INS_NO_MERGE   0x0001
#define INS_NO_WALK_ON   0x0002
#define INS_TAIL_MARKER   0x0004

Detailed Description

These are flags passed to insert_ob_in_map() and insert_ob_in_ob(). Note that all flags may not be meaningful for both functions.


Define Documentation

#define INS_NO_MERGE   0x0001

Don't try to merge inserted object with ones already on space.

Definition at line 548 of file object.h.

#define INS_NO_WALK_ON   0x0002

Don't call check_walk_on against the originator - saves CPU time if you know the inserted object is not meaningful in terms of having an effect.

Definition at line 553 of file object.h.

#define INS_TAIL_MARKER   0x0004

used intern from insert_xx to track multi arch problems - don't use!

Definition at line 557 of file object.h.