Описание класса game object. Часть IV. — различия между версиями — S.T.A.L.K.E.R. Inside Wiki

Описание класса game object. Часть IV. — различия между версиями

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

Перейти к: навигация, поиск
м
м
Строка 273: Строка 273:
 
     const eSightTypeDummy = -1;
 
     const eSightTypeDummy = -1;
  
     property m_object;
+
     property m_object;           //клиентский объект, на который смотрим
     property m_sight_type;
+
     property m_sight_type;       //тип взгляда (см. константы выше)
     property m_vector;
+
     property m_vector;           //направление взгляда
  
 
     CSightParams ();
 
     CSightParams ();

Версия 21:17, 18 декабря 2011

Навигация

Описание класса 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