Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XGame.DMRosterConfigured

Extends
xDMRoster

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- Engine.TeamInfo
            |   
            +-- UnrealGame.UnrealTeamInfo
               |   
               +-- UnrealGame.DMRoster
                  |   
                  +-- XGame.xDMRoster
                     |   
                     +-- XGame.DMRosterConfigured

Variables Summary
array<string>Characters
Inherited Variables from UnrealGame.DMRoster
Position

Functions Summary
function AddCharacter (string CharName))
functionbool AllBotsSpawned ()))
functionint FindCharIndex (string CharName))
function GetAllCharacters (out array<string> Chars))
function Initialize (int TeamBots))
functionint OverrideInitialBots (int N, UnrealTeamInfo T))
function PostBeginPlay ()))
function RemoveCharacter (int Index, int Count))
function SetCharacters (array<string> Chars))
Inherited Functions from XGame.xDMRoster
AlreadyExistsEntry, AvailableRecord, BelongsOnTeam, GetNamedBot, GetRandomPlayer, Initialize, PostBeginPlay
Inherited Functions from UnrealGame.DMRoster
AddToTeam


Variables Detail

Characters Source code

var config array<string> Characters;


Functions Detail

AddCharacter Source code

static function AddCharacter ( string CharName) )

AllBotsSpawned Source code

function bool AllBotsSpawned ( ) )

FindCharIndex Source code

static function int FindCharIndex ( string CharName) )

GetAllCharacters Source code

static function GetAllCharacters ( out array<string> Chars) )

Initialize Source code

function Initialize ( int TeamBots) )

OverrideInitialBots Source code

function int OverrideInitialBots ( int N, UnrealTeamInfo T) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

RemoveCharacter Source code

static function RemoveCharacter ( int Index, int Count) )

SetCharacters Source code

static function SetCharacters ( array<string> Chars) )


Defaultproperties

defaultproperties
{
     Characters(0)="Yedellrin"
     Characters(1)="Reaven"
     Characters(2)="Ysarell"
     Characters(3)="ChrisRedfield"
     Characters(4)="LeonKennedy"
     Characters(5)="KevinRyman"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 09:49:38.080 - Created with UnCodeX