Описание класса game object. Часть IV. — S.T.A.L.K.E.R. Inside Wiki

Описание класса game object. Часть IV.

Материал из S.T.A.L.K.E.R. Inside Wiki

Перейти к: навигация, поиск
Навигация

Описание класса game object. Часть I.
Описание класса game object. Часть II.
Описание класса game object. Часть III.
Описание класса game object. Часть IV.
Описание класса game object. Часть V.

Содержание

CAI_Stalker

Эти методы можно применять только для сталкеров.

function add_animation(string, boolean)
function add_animation(string);

function safe_cover(const vector&, number, number);

function target_body_state() const;

function target_mental_state() const;

function target_movement_type() const;

function set_patrol_path(string, enum PatrolPathManager::EPatrolStartType, enum PatrolPathManager::EPatrolRouteType, bool);

function set_sight(enum SightManager::ESightType sight_type, const vector& vector3d, bool);
function set_sight(enum SightManager::ESightType sight_type, const vector* vector3d);
function set_sight(enum SightManager::ESightType sight_type, const vector* vector3d, int dwLookOverDelay);
function set_sight(enum SightManager::ESightType sight_type, bool torso_look, bool path);


Написано K.D. 18:13, 18 декабря 2011 (UTC) по материалам malandrinus, материалам форума АМК и собственным изысканиям.

Другие места
LANGUAGE