Planeshift
Public Attributes

NPC::Locate Struct Reference

Structure to hold located positions. More...

#include <npc.h>

List of all members.

Public Attributes

float angle
 The angle of the located object.
csVector3 pos
 The position of the located object.
float radius
 The radius of the located object.
iSector * sector
 The sector for the located object.
csWeakRef< gemNPCObjecttarget
 The located target.
Waypointwp
 The nearest waypoint to the located object.

Detailed Description

Structure to hold located positions.

Definition at line 132 of file npc.h.


Member Data Documentation

The angle of the located object.

Definition at line 136 of file npc.h.

csVector3 NPC::Locate::pos

The position of the located object.

Definition at line 134 of file npc.h.

The radius of the located object.

Definition at line 138 of file npc.h.

The sector for the located object.

Definition at line 135 of file npc.h.

The located target.

Definition at line 139 of file npc.h.

The nearest waypoint to the located object.

Definition at line 137 of file npc.h.


The documentation for this struct was generated from the following file: