DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnPlacementComplete()
override void OnPlacementComplete
(
Man
player
,
vector
position
=
"0 0 0"
,
vector
orientation
=
"0 0 0"
)
protected
См. определение в файле
ExplosivesBase.c
строка
140
141
{
142
super.OnPlacementComplete(player, position, orientation);
143
144
if
(
g_Game
.IsServer())
145
{
146
SetOrientation(orientation);
147
SetPosition
(position);
148
PlaceOnSurface();
149
}
150
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
SetPosition
proto native void SetPosition(vector position)
Set the world position of the Effect.
Определения
Effect.c:463
Перекрестные ссылки
g_Game
и
SetPosition()
.
Ishodniki
scripts
4_World
DayZ
Entities
ExplosivesBase.c
Создано системой
1.13.2