Third Person Cover Shooter  1.6
CoverShooter.CharacterSwitcher Class Reference

Manages a list of actors. More...

Inheritance diagram for CoverShooter.CharacterSwitcher:

Public Member Functions

Actor GetActive ()
 Returns currently active actor. More...
 

Public Attributes

Actor [] Characters
 Characters available for switching. More...
 
ActorHUD HUD
 HUD that is assigned the current player. More...
 
float StrategyHold = 0.5f
 How long the character number should be held for the strategy input to activate. More...
 
int Active
 Index of the currently active character. More...
 

Detailed Description

Manages a list of actors.

Marks one as active.

Member Function Documentation

◆ GetActive()

Actor CoverShooter.CharacterSwitcher.GetActive ( )

Returns currently active actor.

Can be null.

Member Data Documentation

◆ Active

int CoverShooter.CharacterSwitcher.Active

Index of the currently active character.

◆ Characters

Actor [] CoverShooter.CharacterSwitcher.Characters

Characters available for switching.

◆ HUD

ActorHUD CoverShooter.CharacterSwitcher.HUD

HUD that is assigned the current player.

◆ StrategyHold

float CoverShooter.CharacterSwitcher.StrategyHold = 0.5f

How long the character number should be held for the strategy input to activate.


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