- Found in:
- RaceMenu
eventOnOverlayTextureChange(stringeventName, stringstrArg, floatnumArg, FormformArg)
Parameters
stringeventName
stringstrArg
floatnumArg
FormformArg
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RaceMenu
event OnOverlayTextureChange(string eventName, string strArg, float numArg, Form formArg)
Debug.trace("Event received - OnOverlayTextureChange: eventName = " + eventName + " strArg = " + strArg + " numArg = " + numArg + " formArg = " + formArg)
endEvent