Skip to content

Commit

Permalink
#46 documented projectile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed May 7, 2017
1 parent 1996017 commit d7cb1c5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion levelObjects/02_Projectiles/projectileProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@

**Projectile Generic Properties** (1 byte)

0000 byte Unknown
0000 byte Projectile flags


**Projectile Flags Enumeration** (1 byte)

0x01 Emit light
0x02 Bounce off walls
0x04 Bounce off objects (real world), Pass through objects (cyberspace)
0x08 Unknown -- set for all cyberspace projectiles


> Cyberspace projectiles can't emit light, though they can bounce off walls.
> The flag ```0x08``` has no detectable effect, neither for cyberspace, nor real world.

#### Specific 1 Properties
Expand Down

0 comments on commit d7cb1c5

Please sign in to comment.