Introduction/events-physend

Physics End Event

Physics End event can be useful when you want something to execute when

the object's physics gets disabled.


Example:

physend::

{

gm_stock->console_log("1")

gm_stock->console_log("2")

gm_stock->console_log("3")

}

Example above uses move (::) operator to execute everything after physend:: event.

documentation

Outdated! Updates coming soon.