Playergameresult
Aus Mappedia
| Variablentyp: playergameresult | |
|---|---|
| | |
| | |
| |
constant playergameresult PLAYER_GAME_RESULT_VICTORY = ConvertPlayerGameResult(0) constant playergameresult PLAYER_GAME_RESULT_DEFEAT = ConvertPlayerGameResult(1) constant playergameresult PLAYER_GAME_RESULT_TIE = ConvertPlayerGameResult(2) constant playergameresult PLAYER_GAME_RESULT_NEUTRAL = ConvertPlayerGameResult(3)
