Returns the maximum Load for the Player Character identified by the given CharID. @param id The CharID identifying the Player Character for which the maximum Load should be returned. @return The Maximum load for the Player Character identified by the given CharID
(CharID id)
| 95 | * CharID |
| 96 | */ |
| 97 | public Float getMaxLoad(CharID id) |
| 98 | { |
| 99 | return getMaxLoad(id, 1.0); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Returns the maximum Load for the Player Character identified by the given |
no test coverage detected