| 122 | }; |
| 123 | |
| 124 | inline bool CanSetPropName(const char *pszPropName) |
| 125 | { |
| 126 | #if SOURCE_ENGINE == SE_CSGO |
| 127 | return g_HL2.CanSetCSGOEntProp(pszPropName); |
| 128 | #else |
| 129 | return true; |
| 130 | #endif |
| 131 | } |
| 132 | |
| 133 | inline edict_t *BaseEntityToEdict(CBaseEntity *pEntity) |
| 134 | { |
no test coverage detected