比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

The agent filter module remove agents from the simulation.


...

Attributes

AttributesTypeOverridableDescription
idsstringno

A string listing all the agents to be filtered.

  • 0-6: will remove all agents with id between 0 and 6.
  • 0, 2, 4: will remove the agents with id 0, 2 and 4
  • 0-2, 6: will remove the agents with id 0, 1, 2, 6


...