params->event_parameter;
(event_parameter の値を参照します)
例
if (params->velocity <= 5)…
(あるイベントのパラメーター velocity の値が、5 以下であるかどうかを確認する検査をします。)