
setUseExternalClock(bool)
- Set if the BGE is using an external clock or the default BGE internal clock
- boolean
- True = Use an external clock
- False = Use the BGE internal clock

Sample Code
################## set the BGE clock type
# import bge
import bge
# use the BGE internal clock
bge.logic.setUseExternalClock(False)