Introduction/events-physbegin

Physics Begin Event

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

the object's physics gets enabled.


Example:

physbegin::

{

gm_stock->console_log("1")

gm_stock->console_log("2")

gm_stock->console_log("3")

}

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

documentation

Outdated! Updates coming soon.