Search found 2 matches

by farklem
Thu Feb 23, 2006 7:02 pm
Forum: Unreal 3.2 Modules
Topic: Having some TStime problems
Replies: 1
Views: 1734

someone shoot me!

Well, I made a stupid error and had a char* variable named time in my function that was causing the problem. I didn't think it was causing the problem because the compiler never complained about it (im surprised it even let me use the name time but w/e). after re-naming my variable, TStime() is ...
by farklem
Thu Feb 23, 2006 6:28 pm
Forum: Unreal 3.2 Modules
Topic: Having some TStime problems
Replies: 1
Views: 1734

Having some TStime problems

This has been solved, please look at my reply below :) Special thanks to WolfSage and w00t for helping me resolve it.

I am working on an extended bantype module. So far everything works just fine except that I can't call TStime() from my extban callback function.
When I try to compile with TStime ...