Skip to content

NOTIFY_TOUCH_SIGNPOST

Description

Notifies Hedgehog Engine 2 when a sign post has been touched to signify the completion of the stage in mission mode. In Sonic 3 & Knuckles this is only called from the SignPost2 object.

Parameters

todo

Todo.

todo

Todo.

None.

Return Value

None.

Syntax

game.callbackParam0 = todo
EngineCallback(NOTIFY_CALLBACK)
CallNativeFunction2(NotifyCallback, NOTIFY_CALLBACK, int todo)
NotifyCallback(NOTIFY_TOUCH_SIGNPOST, NULL, NULL, NULL);

Example

game.callbackParam0 = 0
EngineCallback(NOTIFY_CALLBACK)
CallNativeFunction2(NotifyCallback, NOTIFY_CALLBACK, 0)
NotifyCallback(NOTIFY_TOUCH_SIGNPOST, NULL, NULL, NULL);