::hwat::utils::DisplayEntity - Turns display of an HM entity off/on.
::hwat::utils::DisplayEntity b_status str_entityTypeList entity_id_list
b_status |
Display status (On/Off) desired. Default – Off. |
str_entityTypeList |
The types of the entity. Default – comps. |
n_entityIDList |
The list of entity Names to turn on/off. Default – all |
1 if successful, 0 {} otherwise.
::hwat::utils:: DisplayEntity Off "components" “barrier”
::hwat::utils:: DisplayEntity On "all" "0"
Must be noted that if "str_entityTypeList" can contain more than one entity when "n_entityIDList" is set to "0".