Свойство | Тип | Описание | |
---|---|---|---|
Players | UHSampleGame.Players.Player[] |
Метод | Описание | |
---|---|---|
AddPlayer ( |
||
AttackPlayer ( int playerNum ) : bool | ||
ChargeMoneyForPlayer ( int PlayerNum, int amount ) : bool | ||
CheckEMPFor ( int i ) : bool | ||
CheckFreezeEnemiesFor ( int i ) : bool | ||
CheckGameWin ( ) : bool | ||
Draw ( |
||
EarnedMoneyForPlayer ( int playerNum, int money ) : void | ||
GetNextTargetFor ( int p ) : int | ||
HandleInput ( ) : void | ||
Initialize ( ) : void | ||
RemoveEMPFor ( int i ) : void | ||
RemoveFreezeEnemiesFor ( int i ) : void | ||
RemoveRezoneFor ( int i ) : void | ||
ResetRenderStates ( ) : void | ||
SetBaseFor ( int playerNum, |
||
SetEMPFor ( int i ) : void | ||
SetFreezeEnemiesFor ( int PlayerNum ) : void | ||
SetPlayerInactive ( int playerNum ) : void | ||
SetRezoneFor ( int PlayerNum ) : void | ||
SetTargetFor ( int playerNum, int targetNum ) : void | ||
ShowHUDFor ( int playerNum ) : bool | ||
Update ( |
||
UpdateTargetPlayers ( int oldPlayerNum ) : void |
Метод | Описание | |
---|---|---|
CheckAttackingPlayerFor ( int PlayerNum ) : int |
public static AddPlayer ( |
||
player | ||
Результат | void |
public static AttackPlayer ( int playerNum ) : bool | ||
playerNum | int | |
Результат | bool |
public static ChargeMoneyForPlayer ( int PlayerNum, int amount ) : bool | ||
PlayerNum | int | |
amount | int | |
Результат | bool |
public static CheckEMPFor ( int i ) : bool | ||
i | int | |
Результат | bool |
public static CheckFreezeEnemiesFor ( int i ) : bool | ||
i | int | |
Результат | bool |
public static Draw ( |
||
gameTime | ||
Результат | void |
public static EarnedMoneyForPlayer ( int playerNum, int money ) : void | ||
playerNum | int | |
money | int | |
Результат | void |
public static GetNextTargetFor ( int p ) : int | ||
p | int | |
Результат | int |
public static RemoveEMPFor ( int i ) : void | ||
i | int | |
Результат | void |
public static RemoveFreezeEnemiesFor ( int i ) : void | ||
i | int | |
Результат | void |
public static RemoveRezoneFor ( int i ) : void | ||
i | int | |
Результат | void |
public static ResetRenderStates ( ) : void | ||
Результат | void |
public static SetBaseFor ( int playerNum, |
||
playerNum | int | |
playerBase | ||
Результат | void |
public static SetEMPFor ( int i ) : void | ||
i | int | |
Результат | void |
public static SetFreezeEnemiesFor ( int PlayerNum ) : void | ||
PlayerNum | int | |
Результат | void |
public static SetPlayerInactive ( int playerNum ) : void | ||
playerNum | int | |
Результат | void |
public static SetRezoneFor ( int PlayerNum ) : void | ||
PlayerNum | int | |
Результат | void |
public static SetTargetFor ( int playerNum, int targetNum ) : void | ||
playerNum | int | |
targetNum | int | |
Результат | void |
public static ShowHUDFor ( int playerNum ) : bool | ||
playerNum | int | |
Результат | bool |
public static Update ( |
||
gameTime | ||
Результат | void |
public static UpdateTargetPlayers ( int oldPlayerNum ) : void | ||
oldPlayerNum | int | |
Результат | void |