Public Member Functions | |
| KBspEntity () | |
| ~KBspEntity () | |
| void | SetIndex (u32 Index) |
| u32 | GetIndex () |
| void | SetClassName (char *pClassName) |
| char * | GetClassName () |
| char * | GetKeyValue (char *pKey) |
| void | AddKey (char *pKey, char *pValue) |
| void | Dump () |
Protected Attributes | |
| u32 | m_Index |
| char * | m_pClassName |
| KTable< KBspEntityKey * > | m_KeyList |
Definition at line 29 of file BspEntity.h.
1.5.1-p1