Indicates of the current object is Available for selection. This is controlled by "new formula" Prerequisites. @param aPC The PlayerCharaceter on which to check whether the calling object is available for selection. @return true if this object is available for selection for th
(PlayerCharacter aPC)
| 95 | * PlayerCharacter; false otherwise |
| 96 | */ |
| 97 | public boolean isAvailable(PlayerCharacter aPC); |
| 98 | |
| 99 | /** |
| 100 | * Indicates of the current object is allowed to be active on the PlayerCharacter. |
no outgoing calls
no test coverage detected