Anther toLua question; How can I rename a function? I read the docs and it does say to use the '@' symbol to rename, but it isn't working for this function.
typedef enum LOG_LEVELS;
void LIB_LOG_CUSTOM@Log ( LOG_LEVELS level, char* msg );
--
Regards,
Ryan
RJP Computing