Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
user-grinch committed Jun 8, 2021
2 parents 32a26d5 + a7e6221 commit 568f8bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions runtime/PyLoader/libstd/events.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Function definations for the intellisense
# Author: Grinch_
# Last updated on: 06/06/2021
# Last updated on: 07/06/2021

import _events

def on_script_terminate(error_occured: bool):
'''Callback function, is called after a script has been terminated'''
pass

def on_veh_create(hveh :int) -> None:
'''Callback function, is called after a new vehicle is created'''
pass
Expand Down Expand Up @@ -38,4 +42,4 @@ def on_obj_render(hobj :int) -> None:

def on_obj_destroy(hobj :int) -> None:
'''Callback function, is called before a object is destroyed'''
pass
pass

0 comments on commit 568f8bd

Please # to comment.