Third Person Cover Shooter
1.6
|
All currently active grenades. More...
Static Public Member Functions | |
static Grenade | Get (int index) |
Returns a grenade at index. More... | |
static void | Register (Grenade grenade) |
Adds a grenade to the list. More... | |
static void | Unregister (Grenade grenade) |
Removes a grenade from the list. More... | |
Properties | |
static IEnumerable< Grenade > | All [get] |
All currently active grenades. More... | |
static int | Count [get] |
Number of grenades currently active inside the level. More... | |
All currently active grenades.
|
static |
Returns a grenade at index.
Index must be less than Count.
|
static |
Adds a grenade to the list.
|
static |
Removes a grenade from the list.
|
staticget |
All currently active grenades.
|
staticget |
Number of grenades currently active inside the level.