メタデータの末尾にスキップ
メタデータの先頭に移動

このページの古いバージョンを表示しています。現在のバージョンを表示します。

現在のバージョンとの相違点 ページ履歴を表示

バージョン 1 現在のバージョン »

The kill module allows users to kill agents during the simulation based on a metadata value. 

At each frame the agent metadata with the given name will be compared to the given values and in case it matches any of the criteria the agent will be killed.

For integers and doubles a frame range can be provided.



AttributesTypeOverridableDescription
metadataNamestringnoThe metadata name
boolValueboolnoThe bool value
stringValuestringnoThe string value
intMinValueintnoThe min value for the integer range.
intMaxValueintnoThe max value for the integer range.
doubleMinValuedoublenoThe min value for the double range.
doubleMaxValuedoublenoThe max value for the double range.
  • ラベルがありません