#include <entity_id.h>
Definition at line 568 of file entity_id.h.
Public Member Functions | |
| size_t | operator() (const NLMISC::CEntityId &id) const |
|
|
Definition at line 571 of file entity_id.h. References uint32.
00572 {
00573 return (uint32)id.getShortId();
00574 }
|
1.3.6