Third Person Cover Shooter  1.6
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
CoverShooter.GrenadeList Class Reference

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< GrenadeAll [get]
 All currently active grenades. More...
 
static int Count [get]
 Number of grenades currently active inside the level. More...
 

Detailed Description

All currently active grenades.

Member Function Documentation

◆ Get()

static Grenade CoverShooter.GrenadeList.Get ( int  index)
static

Returns a grenade at index.

Index must be less than Count.

◆ Register()

static void CoverShooter.GrenadeList.Register ( Grenade  grenade)
static

Adds a grenade to the list.

◆ Unregister()

static void CoverShooter.GrenadeList.Unregister ( Grenade  grenade)
static

Removes a grenade from the list.

Property Documentation

◆ All

IEnumerable<Grenade> CoverShooter.GrenadeList.All
staticget

All currently active grenades.

◆ Count

int CoverShooter.GrenadeList.Count
staticget

Number of grenades currently active inside the level.


The documentation for this class was generated from the following file: