Add candamage, hostile and projectilehit to getentityproperty.
Allow interger value for the three in changeentityproperty, by having the highest bit set. This makes property copying easier.
For example, changeentityproperty(self, "hostile", openborconstant("TYPE_ENEMY")+openborconstant("TYPE_NPC")+0x80000000);
Authored by: utunnels 2011-11-19
Parent: [r3595]
Child: [r3597]