All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:43, 4 March 2024 Shr0x talk contribs created page Events::binded (Created page with "__TOC__ {{SharedFunctionJS}} {{JSContainer| ===Returned value=== *{{RageType|An array of event names and handlers}} ===Example=== <pre> mp.events.add('myevent', () => { //code here }); console.log(mp.events.binded); //Output [{ 'myevent': [Function (anonymous)] }] </pre> }} ==See Also== {{Event_functions}}")