IS_IN(state_name);
(如果處於狀態 state_name 中,則傳回 TRUE)
範例:
if (IS_IN(Accelerating))…
(測試以檢查目前是否於狀態 Accelerating。 是的話結果為 TRUE,否的話結果為 FALSE。)