Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GenericMenu.MenuFunction2

public delegate void MenuFunction2(object userData);

Parameters

userData The data to pass through to the callback function.

Description

Callback function with user data, called when a menu item is selected.