View Single Post
Old 04-24-2008, 07:42 AM   #2
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Deric, use the GetSetRepeat function from the API.

Make sure you have used GetFunc("GetSetRepeat") then:
Code:
int state = GetSetRepeat(-1);
sws is offline   Reply With Quote