decide if we have Ghoul2 models associated with this ghoul list or not
| 1814 | |
| 1815 | // decide if we have Ghoul2 models associated with this ghoul list or not |
| 1816 | qboolean G2API_HaveWeGhoul2Models(CGhoul2Info_v &ghoul2) |
| 1817 | { |
| 1818 | return (qboolean)ghoul2.IsValid(); |
| 1819 | } |
| 1820 | |
| 1821 | // run through the Ghoul2 models and set each of the mModel values to the correct one from the cgs.gameModel offset lsit |
| 1822 | void G2API_SetGhoul2ModelIndexes(CGhoul2Info_v &ghoul2, qhandle_t *modelList, qhandle_t *skinList) |
no test coverage detected