VPX Documentation
Textbox
3min
variables variables are items in vpx you can set, adjust or call call detail example backcolor(ole color) fontcolor(ole color) text(string) font name(string) x(float) y(float) width(float) height(float) alignment istransparent timerenabled timerinterval(int) set interval for triggering the timer (1 equals 1000 timer calls per second, 1000 equals 1 timer call per second, 1 makes it dependent on the fps that a user can reach) uservalue(any) can store any user defined value for re use later on intensityscale(float) scales the color of the textbox visible(bool) dmd(bool) enable dmd image via script connection events event detail example init timer dispinterface itextboxevents { properties methods \[id(dispid gameevents init)] void init(); \[id(dispid timerevents timer)] void timer(); }