Changeset 7493 for code/trunk/src/modules/pickup/items/InvisiblePickup.h
- Timestamp:
- Sep 27, 2010, 7:53:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/InvisiblePickup.h
r7456 r7493 50 50 A pickup that makes the Pawn invisible. 51 51 There are 2 parameters that can be chosen: 52 1) The activation type:It can be chosen to be either 'immediate' or 'onUse'. The activation type essentially (as indicated by the name) defines when the Pawn will be invisible, either immediately after being picked up or only after the player uses it.53 2) The duration type:It can be chosen how long the Pawn will be invisibel.52 - The @b activation @b type It can be chosen to be either 'immediate' or 'onUse'. The activation type essentially (as indicated by the name) defines when the Pawn will be invisible, either immediately after being picked up or only after the player uses it. 53 - The @b duration @b type It can be chosen how long the Pawn will be invisibel. 54 54 @author 55 55 Benedict Simlinger
Note: See TracChangeset
for help on using the changeset viewer.