bob
Old and deprecated scripting functionality.
bob.log(":)")
All of these functions are supposed to be replaced in the future. However, not everything has a replacement yet.
Functions
log
deprecatedbob.log(msg: string) → ()Deprecated function
print
deprecatedbob.print(text: string,x: number,y: number) → ()Deprecated function
printColor
deprecatedbob.printColor(text: string,x: number,y: number,fg_r: number,fg_g: number,fg_b: number,bg_r: number,bg_g: number,bg_b: number) → ()Deprecated function
rexPaste
deprecatedbob.rexPaste(file: string,x: number,y: number) → ()Deprecated function
sleep
deprecatedbob.sleep(duration: number) → ()Deprecated function
sleepUntilBeatElapsed
deprecatedbob.sleepUntilBeatElapsed(target: number) → ()Deprecated function
sleepUntilMeasureElapsed
deprecatedbob.sleepUntilMeasureElapsed(target: number) → ()Deprecated function
yield
deprecatedbob.yield() → ()Deprecated function
shutdown
deprecatedbob.shutdown() → ()Deprecated function
getGlobal
deprecatedbob.getGlobal(key: string) → stringDeprecated function
setGlobal
deprecatedbob.setGlobal(key: string,value: string) → ()Deprecated function
getLocal
deprecatedbob.getLocal(key: string) → stringDeprecated function
setLocal
deprecatedbob.setLocal(key: string,value: string) → ()Deprecated function
applyLocalFilterOnRegion
deprecatedbob.applyLocalFilterOnRegion(key_starts_with: string) → ()Deprecated function
getRegional
deprecatedbob.getRegional(key: string) → stringDeprecated function