Files
2026-06-01 12:46:52 +02:00

45 lines
861 B
XML

template pfx_emitter
{877DD48B-EA2A-42a5-B9C2-CE1E310E38A3}
{
dword start_time;
float int_life_time;
float start_pos;
float velocity;
dword bool_directional;
dword nx3_name_size;
string nx3_aniname_array[nx3_name_size];
string nx3_filename_array[nx3_name_size];
}
template pfx_object
{736555F3-9205-4058-B5DE-6BF014136F0B}
{
dword point_size;
float point_array[point_size];
float total_point_vector_length;
float ofs_z;
dword start_time;
dword life_time;
dword emitter_size;
pfx_emitter emitter_array[emitter_size];
dword bool_has_polyline;
float polyline_width;
dword polyline_color;
string polyline_texname;
}
template pfx_chain_header
{AB468743-08C4-42ed-B25B-6C3F738272EC}
{
dword pfx_object_size;
pfx_object pfx_object_array[pfx_object_size];
dword bool_directional;
float mag;
dword bool_end_together;
}