Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2010, 7:53:30 PM (14 years ago)
Author:
dafrick
Message:

Fixing small bug in Script (regarding number of executions).
Fixed bug in WorldEntity, that caused the visibility and activity to be synchronized incorrectly (since bVisibleMem and bActiveMem are not synchronized).
Some small changed in documentation.
Started "synchronizing" pickups. Seems to work (except GUI), but haven't done any extensive testing yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/items/SpeedPickup.h

    r7456 r7493  
    5050        A Pickup which can manipulate the Speed of a Pawn.
    5151
    52         1) The speed multiplier:
    53            The additional (forward) speed:
    54         2) The activation type: 'immediate' or 'onUse'. defines if the item is used when it's picked up or only after the player chooses to use it.
    55         4) The duration: the activation time of the pickup.
     52        There are 4 parameters that can be cosen:
     53        - The @b speed @b multiplier
     54        - The @b additional (forward) @b speed
     55        - The @b activation @b type 'immediate' or 'onUse'. defines if the item is used when it's picked up or only after the player chooses to use it.
     56        - The @b duration The activation time of the pickup.
    5657
    5758    @author
Note: See TracChangeset for help on using the changeset viewer.