This is the complete list of members for diguyPathShape, including all inherited members.
| add_waypoint(diguyWaypoint *waypoint) | diguyPathShape | |
| bdiScenarioPathShape class | diguyPathShape | friend |
| create_waypoint(float x=0.0f, float y=0.0f, float z=0.0f, float yaw=0.0f, float roll=0.0f, float pitch=0.0f, float weight=1.0f, int index=-1) | diguyPathShape | |
| destroy_waypoint(diguyWaypoint *waypoint) | diguyPathShape | |
| diguyPathShape(bdiScenarioPathShape *path_shape) | diguyPathShape | private |
| diguyScenario class | diguyPathShape | friend |
| get_clamp_at_end_flag() | diguyPathShape | |
| get_ground_clamp_when_on_path() | diguyPathShape | |
| get_length() | diguyPathShape | |
| get_name() | diguyPathShape | |
| get_num_waypoints() | diguyPathShape | |
| get_one_way_portal() | diguyPathShape | |
| get_point_at_distance(float distance_into_path_shape, float *x, float *y, float *z, float *rz, float *rx, float *ry) | diguyPathShape | |
| get_scripted_object() | diguyPathShape | inline |
| get_uid() | diguyPathShape | |
| get_use_as_navmesh_portal() | diguyPathShape | |
| get_waypoint_at_index(int index) | diguyPathShape | |
| m_path_shape | diguyPathShape | private |
| rotate_about_point(float rz, float rx, float ry, float rotation_pt_x, float rotation_pt_y, float rotation_pt_z) | diguyPathShape | |
| set_clamp_at_end_flag(int value) | diguyPathShape | |
| set_ground_clamp_when_on_path(int ground_clamp_when_on_path) | diguyPathShape | |
| set_name(const char *name) | diguyPathShape | |
| set_one_way_portal(int one_way) | diguyPathShape | |
| set_use_as_navmesh_portal(int use_as_portal) | diguyPathShape | |
| translate(float tx, float ty, float tz) | diguyPathShape | |
| update() | diguyPathShape | |