getComponentID ============== :doc:`/types/ECSInterface/index`::getComponentID Returns a :doc:`/entity_component_system/component/index`'s identifier. Declaration ----------- .. code-block:: cpp template Component getComponentID(); Parameters ---------- None. Returns ------- The :doc:`/entity_component_system/component/index`'s unique identifier.