Skip to content

NOTIFY_TOUCH_CHECKPOINT

Description

Notifies Hedgehog Engine 2 that a Lamp Post/Star Post has been touched.

Parameters

None.

Return Value

None.

Example

EngineCallback(NOTIFY_TOUCH_CHECKPOINT)
CallNativeFunction2(NotifyCallback, NOTIFY_TOUCH_CHECKPOINT, 0)
NotifyCallback(NOTIFY_TOUCH_CHECKPOINT, NULL, NULL, NULL);