11 | | - Pickups (Pickupables) are entities which have no physical (or graphical) dimension. The simply represent the effect they will have on a carrier, when used. |
12 | | - The physical (or graphical) dimension of a pickup is called a PickupRepresentation (or in the following referred to as representation). |
13 | | - The representation of a pickup and the pickup itself are linked to each other, meaning a representation can only represent one type of pickup. |
14 | | - The entity that actually gives a pickup to a carrier is called a PickupSpawner (in the following called spawner). A spawner creates (based on some parameters) pickups which can be picked up and how the spawner looks in the game is defined by the representation of the pickup it spawns. |
15 | | - A type of pickup is a specific pickup class with values for all its relevant parameters. This means, that a pickup of the same class with the same values for all parameters except for one is a different type of pickup and will therefore have a different representation. |
| 11 | * Pickups (Pickupables) are entities which have no physical (or graphical) dimension. The simply represent the effect they will have on a carrier, when used. |
| 12 | * The physical (or graphical) dimension of a pickup is called a PickupRepresentation (or in the following referred to as representation). |
| 13 | * The representation of a pickup and the pickup itself are linked to each other, meaning a representation can only represent one type of pickup. |
| 14 | * The entity that actually gives a pickup to a carrier is called a PickupSpawner (in the following called spawner). A spawner creates (based on some parameters) pickups which can be picked up and how the spawner looks in the game is defined by the representation of the pickup it spawns. |
| 15 | * A type of pickup is a specific pickup class with values for all its relevant parameters. This means, that a pickup of the same class with the same values for all parameters except for one is a different type of pickup and will therefore have a different representation. |