(Formerly known as RunHotspotInteraction, which is now obsolete)
Hotspot.RunInteraction(CursorMode)
Processes the event handler as if the player had clicked the mouse
on the hotspot using the specified cursor mode.
Example:
hDoor.RunInteraction(eModeLookat);
will run the code defined in the "LOOK AT HOTSPOT" event for hotspot hDoor.
See Also: ProcessClick,
Character.RunInteraction,
Object.RunInteraction
|