()
| 154 | } |
| 155 | |
| 156 | private boolean updateVariables() |
| 157 | { |
| 158 | boolean updated = true; |
| 159 | if (localCommandList != null) |
| 160 | { |
| 161 | for (PCGenCommand com : localCommandList) |
| 162 | { |
| 163 | updated = updated && !com.updateVariables(this); |
| 164 | } |
| 165 | } |
| 166 | return updated; |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * @deprecated |