Colobot
pyro_type.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Colobot: Gold Edition source code
3  * Copyright (C) 2001-2016, Daniel Roux, EPSITEC SA & TerranovaTeam
4  * http://epsitec.ch; http://colobot.info; http://github.com/colobot
5  *
6  * This program is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14  * See the GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program. If not, see http://gnu.org/licenses
18  */
19 
25 #pragma once
26 
27 namespace Gfx
28 {
29 
35 {
36  PT_NULL = 0,
37  PT_FRAGT = 1,
38  PT_FRAGO = 2,
39  PT_FRAGW = 4,
40  PT_EXPLOT = 5,
41  PT_EXPLOO = 6,
42  PT_EXPLOW = 8,
43  PT_SHOTT = 9,
44  PT_SHOTH = 10,
45  PT_SHOTM = 11,
46  PT_SHOTW = 12,
47  PT_EGG = 13,
48  PT_BURNT = 14,
49  PT_BURNO = 15,
50  PT_SPIDER = 16,
51  PT_FALL = 17,
52  PT_WPCHECK = 18,
53  PT_FLCREATE = 19,
54  PT_FLDELETE = 20,
55  PT_RESET = 21,
56  PT_WIN = 22,
57  PT_LOST = 23,
58  PT_DEADG = 24,
59  PT_DEADW = 25,
60  PT_FINDING = 26,
61 };
62 
63 } // namespace Gfx
< black smoke
Definition: pyro_type.h:58
< burning of technical object
Definition: pyro_type.h:49
< spider explosion
Definition: pyro_type.h:51
< explosion of organic object
Definition: pyro_type.h:42
< cargo falling
Definition: pyro_type.h:52
< indicator reaches
Definition: pyro_type.h:53
< fragmentation of object under water
Definition: pyro_type.h:40
< drowning death
Definition: pyro_type.h:60
< hit technical object
Definition: pyro_type.h:44
< explosion of technical object
Definition: pyro_type.h:41
< hit under water (TODO: check if unused)
Definition: pyro_type.h:47
PyroType
Type of pyro effect.
Definition: pyro_type.h:34
< fireworks
Definition: pyro_type.h:57
< shooting death
Definition: pyro_type.h:59
< reset position of the object
Definition: pyro_type.h:56
< hit human
Definition: pyro_type.h:45
Namespace for (new) graphics code.
Definition: app.h:49
< fragmentation of organic object
Definition: pyro_type.h:39
< hit queen
Definition: pyro_type.h:46
< break the egg
Definition: pyro_type.h:48
< flag create
Definition: pyro_type.h:54
< explosion of object under water
Definition: pyro_type.h:43
< flag destroy
Definition: pyro_type.h:55
< fragmentation of technical object
Definition: pyro_type.h:38
< burning of organic object
Definition: pyro_type.h:50