Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2010, 7:53:30 PM (15 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/MetaPickup.h

    r7456 r7493  
    5858    @brief
    5959        The MetaPickup is a pickup that can, depending on the parameter 'metaType', do different things. If the 'metaType' is set to
    60         1) 'use', all the pickups, the PickupCarrier has, are immediately set to used upon pickup of the MetaPickup.
    61         2) 'drop', all the pickups, the PickupCarrier has, are immediately dropped upon pickup of the MetaPickup.
    62         3) 'destroy', all the pickups, the PickupCarrier has, are immediately destroyed upon pickup of the MetaPickup.
    63         4) 'destroyCarrier', the PickupCarrier is immediately destroyed upon pickup of the MetaPickup.
     60        - @b use All the pickups, the PickupCarrier has, are immediately set to used upon pickup of the MetaPickup.
     61        - @b drop All the pickups, the PickupCarrier has, are immediately dropped upon pickup of the MetaPickup.
     62        - @b destroy All the pickups, the PickupCarrier has, are immediately destroyed upon pickup of the MetaPickup.
     63        - @b destroyCarrier The PickupCarrier is immediately destroyed upon pickup of the MetaPickup.
    6464    @author
    6565        Damian 'Mozork' Frick
Note: See TracChangeset for help on using the changeset viewer.