![]() |
MAK RTIspy API Documentation for HLA 1.3
|
The Enum E_PlayerIdentity. More...
Collaboration diagram for common.E_PlayerIdentity:Public Member Functions | |
| E_PlayerIdentity (String name) | |
| Instantiates a new e_ player identity. | |
| String | getValue () |
| Gets the value. | |
| E_PlayerIdentity | getEnum (String name) |
| Gets the enum. | |
Public Attributes | |
| FIRST_PLAYER = ("FIRST_PLAYER") | |
| The FIRS t_ player. | |
| SECOND_PLAYER = ("SECOND_PLAYER") | |
| The SECON d_ player. | |
| OBSERVER = ("OBSERVER") | |
| The OBSERVER. | |
Private Attributes | |
| String | name |
| The name. | |
The Enum E_PlayerIdentity.
|
inline |
Instantiates a new e_ player identity.
| name | the name |
|
inline |
Gets the enum.
| name | the name |
|
inline |
Gets the value.
Referenced by federate.RTI1516e.Test.main(), and ui.RTIActionHelper.startNewGame().
| common.E_PlayerIdentity.FIRST_PLAYER = ("FIRST_PLAYER") |
The FIRS t_ player.
Referenced by federate.RTI1516e.MakShooterRTI1516e.determineIdentity().
|
private |
The name.
| common.E_PlayerIdentity.OBSERVER = ("OBSERVER") |
The OBSERVER.
Referenced by federate.RTI1516e.MakShooterRTI1516e.determineIdentity(), federate.RTI1516e.Test.main(), federate.RTI1516e.MakShooterRTI1516e.registerMyShipName(), federate.RTI1516e.MakShooterRTI1516eFederateAmbassador.removeInstanceObjectShip(), federate.RTI1516e.MakShooterRTI1516e.setIdentityObserver(), and ui.RTIActionHelper.startNewGame().
| common.E_PlayerIdentity.SECOND_PLAYER = ("SECOND_PLAYER") |
The SECON d_ player.
Referenced by federate.RTI1516e.MakShooterRTI1516e.determineIdentity().