graffiti

Vars | |
obtained_spray | Have we given out a spray can yet? |
---|---|
rune | Graffiti 'rune' which we will be drawing |
Procs | |
on_rune_complete | Called when you managed to draw a traitor rune. Sets up tracking for objective progress, and unregisters signals for the spraycan because we don't care about it any more. |
on_rune_destroyed | Called when your traitor rune is destroyed. If you haven't suceeded by now, you fail.area |
on_spray_destroyed | Called when the spray can is deleted. If it's already been expended we don't care, if it hasn't you just made your objective impossible.area |
Var Details
obtained_spray

Have we given out a spray can yet?
rune

Graffiti 'rune' which we will be drawing
Proc Details
on_rune_complete
Called when you managed to draw a traitor rune. Sets up tracking for objective progress, and unregisters signals for the spraycan because we don't care about it any more.
Arguments
- drawn_rune - graffiti 'rune' which was just drawn.
on_rune_destroyed
Called when your traitor rune is destroyed. If you haven't suceeded by now, you fail.area
Arguments
- rune - the rune which just got destroyed.
on_spray_destroyed
Called when the spray can is deleted. If it's already been expended we don't care, if it hasn't you just made your objective impossible.area
Arguments
- spray - the spraycan which was just deleted