@@ -232,44 +232,44 @@ func method(one, #Somecomment
232
232
two , three : int , # Morecomments
233
233
four ):
234
234
if ModLoaderStore .any_mod_hooked :
235
- _ModLoaderHooks .call_hooks (vanilla_2078531418_method , [one , two , three , four ], 2863650651 )
235
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_method , [one , two , three , four ], 2863650651 )
236
236
else :
237
- vanilla_2078531418_method (one , two , three , four )
237
+ return vanilla_2078531418_method (one , two , three , four )
238
238
239
239
240
240
func super_something ():
241
241
if ModLoaderStore .any_mod_hooked :
242
- _ModLoaderHooks .call_hooks (vanilla_2078531418_super_something , [], 561212438 )
242
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_super_something , [], 561212438 )
243
243
else :
244
- vanilla_2078531418_super_something ()
244
+ return vanilla_2078531418_super_something ()
245
245
246
246
247
247
func super_something_else ():
248
248
if ModLoaderStore .any_mod_hooked :
249
- _ModLoaderHooks .call_hooks (vanilla_2078531418_super_something_else , [], 683196062 )
249
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_super_something_else , [], 683196062 )
250
250
else :
251
- vanilla_2078531418_super_something_else ()
251
+ return vanilla_2078531418_super_something_else ()
252
252
253
253
254
254
func sup_func_two ():
255
255
if ModLoaderStore .any_mod_hooked :
256
- _ModLoaderHooks .call_hooks (vanilla_2078531418_sup_func_two , [], 1626900374 )
256
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_sup_func_two , [], 1626900374 )
257
257
else :
258
- vanilla_2078531418_sup_func_two ()
258
+ return vanilla_2078531418_sup_func_two ()
259
259
260
260
261
261
func sup_func ():
262
262
if ModLoaderStore .any_mod_hooked :
263
- _ModLoaderHooks .call_hooks (vanilla_2078531418_sup_func , [], 1698024413 )
263
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_sup_func , [], 1698024413 )
264
264
else :
265
- vanilla_2078531418_sup_func ()
265
+ return vanilla_2078531418_sup_func ()
266
266
267
267
268
268
func other_test_func ():
269
269
if ModLoaderStore .any_mod_hooked :
270
- _ModLoaderHooks .call_hooks (vanilla_2078531418_other_test_func , [], 124073286 )
270
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_other_test_func , [], 124073286 )
271
271
else :
272
- vanilla_2078531418_other_test_func ()
272
+ return vanilla_2078531418_other_test_func ()
273
273
274
274
275
275
func hello_hello ():
@@ -316,38 +316,38 @@ func more_comment_testing():
316
316
317
317
static func static_super ():
318
318
if ModLoaderStore .any_mod_hooked :
319
- _ModLoaderHooks .call_hooks (vanilla_2078531418_static_super , [], 1720709936 )
319
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_static_super , [], 1720709936 )
320
320
else :
321
- vanilla_2078531418_static_super ()
321
+ return vanilla_2078531418_static_super ()
322
322
323
323
324
324
func this_is_so_cursed ():
325
325
if ModLoaderStore .any_mod_hooked :
326
- _ModLoaderHooks .call_hooks (vanilla_2078531418_this_is_so_cursed , [], 1705479347 )
326
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_this_is_so_cursed , [], 1705479347 )
327
327
else :
328
- vanilla_2078531418_this_is_so_cursed ()
328
+ return vanilla_2078531418_this_is_so_cursed ()
329
329
330
330
331
331
func this_too ():
332
332
if ModLoaderStore .any_mod_hooked :
333
- _ModLoaderHooks .call_hooks (vanilla_2078531418_this_too , [], 1507098083 )
333
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_this_too , [], 1507098083 )
334
334
else :
335
- vanilla_2078531418_this_too ()
335
+ return vanilla_2078531418_this_too ()
336
336
337
337
338
338
func please_stop ():
339
339
if ModLoaderStore .any_mod_hooked :
340
- _ModLoaderHooks .call_hooks (vanilla_2078531418_please_stop , [], 2851245561 )
340
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_please_stop , [], 2851245561 )
341
341
else :
342
- vanilla_2078531418_please_stop ()
342
+ return vanilla_2078531418_please_stop ()
343
343
344
344
345
345
func why_would_you (put : int , \
346
346
backslashes : = "\\ " , in_here : = "?!\n " ):
347
347
if ModLoaderStore .any_mod_hooked :
348
- _ModLoaderHooks .call_hooks (vanilla_2078531418_why_would_you , [put , backslashes , in_here ], 1414126584 )
348
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_why_would_you , [put , backslashes , in_here ], 1414126584 )
349
349
else :
350
- vanilla_2078531418_why_would_you (put , backslashes , in_here )
350
+ return vanilla_2078531418_why_would_you (put , backslashes , in_here )
351
351
352
352
353
353
func param_super (one : int , two : String ) -> int :
@@ -373,30 +373,30 @@ func get_something():
373
373
374
374
func set_something ():
375
375
if ModLoaderStore .any_mod_hooked :
376
- _ModLoaderHooks .call_hooks (vanilla_2078531418_set_something , [], 2687664211 )
376
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_set_something , [], 2687664211 )
377
377
else :
378
- vanilla_2078531418_set_something ()
378
+ return vanilla_2078531418_set_something ()
379
379
380
380
381
381
func set_exclude_me ():
382
382
if ModLoaderStore .any_mod_hooked :
383
- _ModLoaderHooks .call_hooks (vanilla_2078531418_set_exclude_me , [], 1755202272 )
383
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_set_exclude_me , [], 1755202272 )
384
384
else :
385
- vanilla_2078531418_set_exclude_me ()
385
+ return vanilla_2078531418_set_exclude_me ()
386
386
387
387
388
388
func get_exclude_me ():
389
389
if ModLoaderStore .any_mod_hooked :
390
- _ModLoaderHooks .call_hooks (vanilla_2078531418_get_exclude_me , [], 2711326548 )
390
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_get_exclude_me , [], 2711326548 )
391
391
else :
392
- vanilla_2078531418_get_exclude_me ()
392
+ return vanilla_2078531418_get_exclude_me ()
393
393
394
394
395
395
func definitely_a_coroutine (args : = []):
396
396
if ModLoaderStore .any_mod_hooked :
397
- await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine , [args ], 1072984126 )
397
+ return await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine , [args ], 1072984126 )
398
398
else :
399
- await vanilla_2078531418_definitely_a_coroutine (args )
399
+ return await vanilla_2078531418_definitely_a_coroutine (args )
400
400
401
401
402
402
func definitely_a_coroutine2 (args : = []):
@@ -415,41 +415,41 @@ func definitely_a_coroutine3(args: =[]):
415
415
416
416
func definitely_a_coroutine4 (args : = []):
417
417
if ModLoaderStore .any_mod_hooked :
418
- await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine4 , [args ], 1048737842 )
418
+ return await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine4 , [args ], 1048737842 )
419
419
else :
420
- await vanilla_2078531418_definitely_a_coroutine4 (args )
420
+ return await vanilla_2078531418_definitely_a_coroutine4 (args )
421
421
422
422
423
423
func absolutely_not_a_coroutine (args : = []):
424
424
if ModLoaderStore .any_mod_hooked :
425
- _ModLoaderHooks .call_hooks (vanilla_2078531418_absolutely_not_a_coroutine , [args ], 2502244037 )
425
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_absolutely_not_a_coroutine , [args ], 2502244037 )
426
426
else :
427
- vanilla_2078531418_absolutely_not_a_coroutine (args )
427
+ return vanilla_2078531418_absolutely_not_a_coroutine (args )
428
428
429
429
430
430
func definitely_a_coroutine5 (args : = []):
431
431
if ModLoaderStore .any_mod_hooked :
432
- await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine5 , [args ], 1048737843 )
432
+ return await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine5 , [args ], 1048737843 )
433
433
else :
434
- await vanilla_2078531418_definitely_a_coroutine5 (args )
434
+ return await vanilla_2078531418_definitely_a_coroutine5 (args )
435
435
436
436
437
437
func definitely_a_coroutine6 (args : = []):
438
438
if ModLoaderStore .any_mod_hooked :
439
- await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine6 , [args ], 1048737844 )
439
+ return await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine6 , [args ], 1048737844 )
440
440
else :
441
- await vanilla_2078531418_definitely_a_coroutine6 (args )
441
+ return await vanilla_2078531418_definitely_a_coroutine6 (args )
442
442
443
443
444
444
func absolutely_not_a_coroutine2 (args : = []):
445
445
if ModLoaderStore .any_mod_hooked :
446
- _ModLoaderHooks .call_hooks (vanilla_2078531418_absolutely_not_a_coroutine2 , [args ], 969674647 )
446
+ return _ModLoaderHooks .call_hooks (vanilla_2078531418_absolutely_not_a_coroutine2 , [args ], 969674647 )
447
447
else :
448
- vanilla_2078531418_absolutely_not_a_coroutine2 (args )
448
+ return vanilla_2078531418_absolutely_not_a_coroutine2 (args )
449
449
450
450
451
451
func definitely_a_coroutine7 (args : = []):
452
452
if ModLoaderStore .any_mod_hooked :
453
- await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine7 , [args ], 1048737845 )
453
+ return await _ModLoaderHooks .call_hooks_async (vanilla_2078531418_definitely_a_coroutine7 , [args ], 1048737845 )
454
454
else :
455
- await vanilla_2078531418_definitely_a_coroutine7 (args )
455
+ return await vanilla_2078531418_definitely_a_coroutine7 (args )
0 commit comments