Type: constant
Description:
Replaced value:
2000
File: host\ServerInteraction\ServerInteractionInit.sqf at line 72
Type: constant
Description: #define SI_THROW_DEBUG
Replaced value:
File: host\ServerInteraction\ServerInteractionInit.sqf at line 272
Type: constant
Exists if SI_THROW_DEBUG defined
Description:
- Param: data
Replaced value:
traceformat("[THROW_DEBUG]: %1",data)
File: host\ServerInteraction\ServerInteractionInit.sqf at line 278
Type: constant
Exists if SI_THROW_DEBUG defined
Description:
- Param: p
- Param: v
- Param: clr
Replaced value:
__D_IL_OBJ = "Sign_Arrow_F" createVehicle [0,0,0]; si_debug_listVectors pushBack __D_IL_OBJ; \
__D_IL_OBJ setPosAtl p; __D_IL_OBJ setVectorUp v; __D_IL_OBJ setObjectTexture [0,format["#(rgb,8,8,3)color(%1,%2,%3,1)",clr select 0,clr select 1,clr select 2]];
File: host\ServerInteraction\ServerInteractionInit.sqf at line 279
Type: constant
Exists if SI_THROW_DEBUG not defined
Description:
- Param: data
Replaced value:
File: host\ServerInteraction\ServerInteractionInit.sqf at line 284
Type: constant
Exists if SI_THROW_DEBUG not defined
Description:
- Param: p
- Param: v
- Param: clr
Replaced value:
File: host\ServerInteraction\ServerInteractionInit.sqf at line 285
Type: constant
Exists if SH_DEBUG_SHOTGUN defined
Description:
- Param: txt
- Param: vars
Replaced value:
errorformat("[SH_DEBUG_SHOTGUN]: %1 %2",txt arg [vars]);
File: host\ServerInteraction\ServerInteractionInit.sqf at line 491
Type: constant
Exists if SH_DEBUG_SHOTGUN not defined
Description:
- Param: txt
- Param: vars
Replaced value:
File: host\ServerInteraction\ServerInteractionInit.sqf at line 493
Type: Variable
Description: Общий объект рэйкаста. Арма у нас в одном потоке так что боятся нечего
Initial value:
"Sign_Sphere10cm_F" createVehicleLocal[0,0,0]
File: host\ServerInteraction\ServerInteractionInit.sqf at line 67
Type: Variable
Description: Список задач летящих объектов
Initial value:
[] //obj, vecpos, vecdir, dist, precdown, downlevel, speed
File: host\ServerInteraction\ServerInteractionInit.sqf at line 275
Type: Variable
Exists if SI_THROW_DEBUG defined
Description:
Initial value:
[]
File: host\ServerInteraction\ServerInteractionInit.sqf at line 282
Type: Variable
Description: список алгоритмов полета объектов. каждый элемент - структура из 2 сегментов кода
Initial value:
[...
File: host\ServerInteraction\ServerInteractionInit.sqf at line 620
Type: function
Description:
- Param: _mob
- Param: _item
- Param: _startPoint
File: host\ServerInteraction\ServerInteractionInit.sqf at line 31
Type: function
Description: Возвращает визуальный объект
- Param: _rayPosStart
- Param: _rayVector
- Param: _retVirtual (optional, default false)
- Param: _bias (optional, default 0.001)
- Param: _refposret (optional, default [])
- Param: _ignored1 (optional, default objNull)
- Param: _normal (optional, default [])
File: host\ServerInteraction\ServerInteractionInit.sqf at line 70
Type: function
Description: системная функция обработки и модификации параметра (конвертация из мирового объекта в виртуальный)
- Param: _obj
File: host\ServerInteraction\ServerInteractionInit.sqf at line 138
Type: function
Description: При изменении данной функции исправь реализацию в interact::th::getItscData()
- Param: _p1
- Param: _p2
- Param: _ig1 (optional, default objnull)
- Param: _ig2 (optional, default objnull)
File: host\ServerInteraction\ServerInteractionInit.sqf at line 174
Type: function
Description:
- Param: _p1
- Param: _p2
- Param: _ig1 (optional, default objnull)
- Param: _ig2 (optional, default objnull)
File: host\ServerInteraction\ServerInteractionInit.sqf at line 202
Type: function
Description:
- Param: _p1
- Param: _p2
- Param: _ig1 (optional, default objNUll)
- Param: _ig2 (optional, default objNUll)
- Param: _countObjs (optional, default 10)
- Param: _retUnique (optional, default true)
- Param: _retAsVObj (optional, default false)
- Param: _retIPos (optional, default false)
File: host\ServerInteraction\ServerInteractionInit.sqf at line 221
Type: function
Description:
- Param: _gobj
- Param: _vecPos
- Param: _vecDir
- Param: _distance
- Param: _precdown
- Param: _leveldown
- Param: _speed
- Param: _refThis
- Param: _throwMode (optional, default SI_TM_THROW)
- Param: _addPenaltySupressFire
File: host\ServerInteraction\ServerInteractionInit.sqf at line 288
Type: function
Description: например взрыв летящей гранаты
- Param: _tempObj
File: host\ServerInteraction\ServerInteractionInit.sqf at line 410
Type: function
Description:
- Param: _tempObj
- Param: _barrierObj
File: host\ServerInteraction\ServerInteractionInit.sqf at line 426
Type: function
Description:
- Param: _tempObj
- Param: _barrierObj
File: host\ServerInteraction\ServerInteractionInit.sqf at line 455
Type: constant
Description:
- Param: path
Replaced value:
interact_map_secondPass set [tolower path,false]
File: host\ServerInteraction\ServerInteractionShared.sqf at line 11
Type: constant
Description: Проверка
- Param: obj
Replaced value:
(interact_map_secondPass getOrDefault [toLower(getModelInfo (obj) select 1),true])
File: host\ServerInteraction\ServerInteractionShared.sqf at line 15
Type: Variable
Description: Публичные данные
Initial value:
createHashMap
File: host\ServerInteraction\ServerInteractionShared.sqf at line 10
Type: Variable
Description:
Initial value:
[]
File: host\ServerInteraction\ServerInteractionShared.sqf at line 17
Type: Variable
Description:
Initial value:
createHashMapFromArray [["th",0],["sh",1]]
File: host\ServerInteraction\ServerInteractionShared.sqf at line 218
Type: Variable
Description: mode -> vec2: success fly, intersection
Initial value:
[...
File: host\ServerInteraction\ServerInteractionShared.sqf at line 221
Type: Variable
Description:
Initial value:
0
File: host\ServerInteraction\ServerInteractionShared.sqf at line 296
Type: Variable
Description:
Initial value:
createHashMap
File: host\ServerInteraction\ServerInteractionShared.sqf at line 297
Type: Variable
Description:
Initial value:
createHashMap
File: host\ServerInteraction\ServerInteractionShared.sqf at line 298
Type: function
Description: Это псевдоним функции si::getIntersectData()
- Param: _p1
- Param: _p2
- Param: _ig1 (optional, default objnull)
- Param: _ig2 (optional, default objnull)
File: host\ServerInteraction\ServerInteractionShared.sqf at line 20
Type: function
Description: копия с noe_visual_getRelRadiusPos. Константа DROP_RADIUS 0.6 на текущий момент
- Param: _posI
- Param: _dirPos (optional, default random 360)
- Param: _dropRad (optional, default 0.6)
File: host\ServerInteraction\ServerInteractionShared.sqf at line 48
Type: function
Description: Событие остановки света
- Param: _obj
- Param: _targ
File: host\ServerInteraction\ServerInteractionShared.sqf at line 54
Type: function
Description: internal impl. of calculating start point of projectile
File: host\ServerInteraction\ServerInteractionShared.sqf at line 72
Type: function
Description:
- Param: _mode
- Param: _ctx
File: host\ServerInteraction\ServerInteractionShared.sqf at line 80
Type: function
Description:
File: host\ServerInteraction\ServerInteractionShared.sqf at line 155
Type: constant
Description:
Replaced value:
File: host\ServerInteraction\ServerInteractionTests.sqf at line 8
Type: Variable
Exists if SI_DEBUG_TRACELINE defined
Description:
Initial value:
[]
File: host\ServerInteraction\ServerInteractionTests.sqf at line 12
Type: Variable
Exists if EDITOR defined
Description:
Initial value:
createSimpleObject ["Sign_Sphere10cm_F",[0,0,0],true]
File: host\ServerInteraction\ServerInteractionTests.sqf at line 97
Type: Variable
Description:
Initial value:
-1
File: host\ServerInteraction\ServerInteractionTests.sqf at line 98
Type: Variable
Description:
Initial value:
[]
File: host\ServerInteraction\ServerInteractionTests.sqf at line 103
Type: function
Description: Алгоритм не подходит
- Param: _m
- Param: _distance
- Param: _precdown
- Param: _ld
File: host\ServerInteraction\ServerInteractionTests.sqf at line 19
Type: function
Exists if EDITOR defined
Description:
File: host\ServerInteraction\ServerInteractionTests.sqf at line 53
Type: function
Exists if EDITOR defined
Description: DEPRECATED
File: host\ServerInteraction\ServerInteractionTests.sqf at line 58
Type: function
Exists if EDITOR defined
Description:
- Param: _sp
- Param: _ep
- Param: _maxheight (optional, default 10)
File: host\ServerInteraction\ServerInteractionTests.sqf at line 105
Type: function
Exists if EDITOR defined
Description:
- Param: _basepos
- Param: _vectordrect
- Param: _distance
- Param: _precdown
- Param: _ld
File: host\ServerInteraction\ServerInteractionTests.sqf at line 125
Type: function
Exists if EDITOR defined
Description:
File: host\ServerInteraction\ServerInteractionTests.sqf at line 153
Type: function
Exists if EDITOR defined
Description:
File: host\ServerInteraction\ServerInteractionTests.sqf at line 176
Type: function
Exists if EDITOR defined
Description: ACTUAL
- Param: _model
- Param: _vecPos
- Param: _vecDir
- Param: _distance
- Param: _precdown
- Param: _leveldown
- Param: _duration
File: host\ServerInteraction\ServerInteractionTests.sqf at line 196
Type: function
Exists if EDITOR defined
Description: common funcs
File: host\ServerInteraction\ServerInteractionTests.sqf at line 245
Type: constant
Exists if SI_RAYTRACE_DEBUG defined
Description:
- Param: val
- Param: arg_
Replaced value:
traceformat("RTDBG: %1", format[val arg arg_])
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 28
Type: constant
Exists if SI_RAYTRACE_DEBUG not defined
Description:
- Param: val
- Param: arg_
Replaced value:
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 30
Type: constant
Description: проверка каждые SI_RAYTRACE_CHECK_DISTANCE метров
Replaced value:
0.01
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 112
Type: constant
Exists if SI_RAYTRACE_DEBUG_LINES defined
Description:
- Param: newsize
Replaced value:
_lineSize_dbg = newsize;
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 122
Type: constant
Exists if SI_RAYTRACE_DEBUG_LINES defined
Description:
- Param: p1
- Param: p2
- Param: clr
Replaced value:
_a_dbg = [0,0,0,1]; _a_dbg set [clr,1];_batcher_debug pushBack [p1,p2,_a_dbg,_lineSize_dbg]; _lineSize_dbg = 7;
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 123
Type: constant
Exists if SI_RAYTRACE_DEBUG_LINES not defined
Description:
- Param: p1
- Param: p2
- Param: clr
Replaced value:
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 125
Type: constant
Exists if SI_RAYTRACE_DEBUG_LINES not defined
Description:
- Param: n
Replaced value:
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 126
Type: function
Description: _force - не рекомендуется больше 10
- Param: _vobj
- Param: _pstart
- Param: _vecDirect
- Param: _force
- Param: _precdownIn (optional, default 70)
- Param: _leveldownIn (optional, default 0.1)
- Param: _ignoredObjects (optional, default [])
File: host\ServerInteraction\ServerInteraction_rayTrace.sqf at line 35
Type: constant
Description:
Replaced value:
0
File: host\ServerInteraction\ServerInteraction_ThrowModes.sqf at line 6
Type: constant
Description:
Replaced value:
1
File: host\ServerInteraction\ServerInteraction_ThrowModes.sqf at line 7