Method | Description | |
---|---|---|
AppendBattleText ( GUIControllerScript.BattleTextEntry, newBattleText ) : void | ||
BattleActorActed ( ) : void | ||
BattleController ( ) : BattleControllerScript, | ||
BattleOverTest ( bool bPlayerIsWinner ) : void | ||
ClearDice ( ) : void | ||
DiceController ( ) : DiceControllerScript, | ||
DiceRolled ( GameObject die, int rollValue ) : void | ||
DiceThrower ( ) : BattleControllerScript, | ||
EnemyIsVictorious ( ) : void | ||
GUIController ( ) : GUIControllerScript, | ||
GameController ( ) : GameControllerScript, | ||
Login ( string playerName, string password ) : void | ||
LookAtDice ( List |
||
PlayerIsAtBossFight ( BattleControllerScript.Player, player ) : bool | ||
PlayerIsVictorious ( float exp, float change, float kills ) : void | ||
PlayerLoggedIn ( ScoreoidInterface.ScoreoidPlayer, player ) : void | ||
PlayerRegistered ( ) : void | ||
Register ( string playerName, string password, string email ) : void | ||
RequestFailed ( string error ) : void | ||
ResetCamera ( ) : void | ||
ScoreKeeper ( ) : ScoreoidInterface, | ||
SelectedAction ( GameControllerScript.BattleAction, action ) : void | ||
SelectedEnemy ( BattleControllerScript.BattleActor, actor ) : void | ||
SpawnPts ( string text, float x, float y, Color color ) : void | ||
StartBattle ( ) : void | ||
ThrowDice ( DiceControllerScript.Roll, roll, bool bLookAt = true ) : void | ||
TransitionBattleWindowsOff ( ) : void | ||
TransitionBattleWindowsOn ( ) : void | ||
UpdatePlayer ( string playerName, float money, float xp, int kills, int current_level, string weapon ) : void | ||
UpdatedPlayerSuccessfully ( ) : void | ||
getBattleEnemies ( ) : List |
||
getBattleQueue ( ) : Queue |
||
getBattleRoundState ( ) : BattleControllerScript.BattleRound.State | ||
getBossByName ( int level, string bossName ) : GameControllerScript.EnemyDefinition, | ||
getBossPerLevel ( int level ) : List |
||
getCurrentCharacter ( ) : BattleControllerScript.Player, | ||
getCurrentTurn ( ) : BattleControllerScript.BattleRound, | ||
getCurrentTurnActor ( ) : BattleControllerScript.BattleActor, | ||
getDiceBox ( ) : Transform | ||
getDiceBoxSides ( ) : List |
||
getEnemiesPerLevel ( int level ) : List |
||
getEnemyByName ( int level, string enemyName ) : GameControllerScript.EnemyDefinition, | ||
getGameState ( ) : GameControllerScript.GameState | ||
getWeapon ( string weaponName ) : GameControllerScript.Weapon, | ||
getWeaponTypes ( int level ) : List |
||
setBattleRoundState ( BattleControllerScript.BattleRound, state ) : void | ||
setCurrentCharacter ( ScoreoidInterface.ScoreoidPlayer, character ) : void | ||
setGameState ( GameControllerScript.GameState newGameState ) : void |
public AppendBattleText ( GUIControllerScript.BattleTextEntry, newBattleText ) : void | ||
newBattleText | GUIControllerScript.BattleTextEntry, | |
return | void |
public BattleController ( ) : BattleControllerScript, | ||
return | BattleControllerScript, |
public BattleOverTest ( bool bPlayerIsWinner ) : void | ||
bPlayerIsWinner | bool | |
return | void |
public DiceController ( ) : DiceControllerScript, | ||
return | DiceControllerScript, |
public DiceRolled ( GameObject die, int rollValue ) : void | ||
die | GameObject | |
rollValue | int | |
return | void |
public DiceThrower ( ) : BattleControllerScript, | ||
return | BattleControllerScript, |
public GUIController ( ) : GUIControllerScript, | ||
return | GUIControllerScript, |
public GameController ( ) : GameControllerScript, | ||
return | GameControllerScript, |
public Login ( string playerName, string password ) : void | ||
playerName | string | |
password | string | |
return | void |
public PlayerIsAtBossFight ( BattleControllerScript.Player, player ) : bool | ||
player | BattleControllerScript.Player, | |
return | bool |
public PlayerIsVictorious ( float exp, float change, float kills ) : void | ||
exp | float | |
change | float | |
kills | float | |
return | void |
public PlayerLoggedIn ( ScoreoidInterface.ScoreoidPlayer, player ) : void | ||
player | ScoreoidInterface.ScoreoidPlayer, | |
return | void |
public Register ( string playerName, string password, string email ) : void | ||
playerName | string | |
password | string | |
string | ||
return | void |
public SelectedAction ( GameControllerScript.BattleAction, action ) : void | ||
action | GameControllerScript.BattleAction, | |
return | void |
public SelectedEnemy ( BattleControllerScript.BattleActor, actor ) : void | ||
actor | BattleControllerScript.BattleActor, | |
return | void |
public SpawnPts ( string text, float x, float y, Color color ) : void | ||
text | string | |
x | float | |
y | float | |
color | Color | |
return | void |
public ThrowDice ( DiceControllerScript.Roll, roll, bool bLookAt = true ) : void | ||
roll | DiceControllerScript.Roll, | |
bLookAt | bool | |
return | void |
public UpdatePlayer ( string playerName, float money, float xp, int kills, int current_level, string weapon ) : void | ||
playerName | string | |
money | float | |
xp | float | |
kills | int | |
current_level | int | |
weapon | string | |
return | void |
public getBattleRoundState ( ) : BattleControllerScript.BattleRound.State | ||
return | BattleControllerScript.BattleRound.State |
public getBossByName ( int level, string bossName ) : GameControllerScript.EnemyDefinition, | ||
level | int | |
bossName | string | |
return | GameControllerScript.EnemyDefinition, |
public getCurrentCharacter ( ) : BattleControllerScript.Player, | ||
return | BattleControllerScript.Player, |
public getCurrentTurn ( ) : BattleControllerScript.BattleRound, | ||
return | BattleControllerScript.BattleRound, |
public getCurrentTurnActor ( ) : BattleControllerScript.BattleActor, | ||
return | BattleControllerScript.BattleActor, |
public getEnemiesPerLevel ( int level ) : List |
||
level | int | |
return | List |
public getEnemyByName ( int level, string enemyName ) : GameControllerScript.EnemyDefinition, | ||
level | int | |
enemyName | string | |
return | GameControllerScript.EnemyDefinition, |
public getGameState ( ) : GameControllerScript.GameState | ||
return | GameControllerScript.GameState |
public getWeapon ( string weaponName ) : GameControllerScript.Weapon, | ||
weaponName | string | |
return | GameControllerScript.Weapon, |
public setBattleRoundState ( BattleControllerScript.BattleRound, state ) : void | ||
state | BattleControllerScript.BattleRound, | |
return | void |
public setCurrentCharacter ( ScoreoidInterface.ScoreoidPlayer, character ) : void | ||
character | ScoreoidInterface.ScoreoidPlayer, | |
return | void |
public setGameState ( GameControllerScript.GameState newGameState ) : void | ||
newGameState | GameControllerScript.GameState | |
return | void |