DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Play() [1/2]

ParticleSource Play ( int particle_id,
Object parent_obj,
vector local_pos = "0 0 0",
vector local_ori = "0 0 0" )

Legacy function for backwards compatibility with 1.01 and below.

См. определение в файле ParticleManager.c строка 230

231 {
232 return PlayOnObject( particle_id, parent_obj, local_pos, local_ori);
233 }
ParticleSource PlayOnObject(int particle_id, Object parent_obj, vector local_pos="0 0 0", vector local_ori="0 0 0", bool force_world_rotation=false)
Creates a particle emitter, attaches it on the given object and activates it.
Определения ParticleManager.c:222
int particle_id
Определения SmokeSimulation.c:28

Перекрестные ссылки particle_id и PlayOnObject().