Click or drag to resize

TriggerGetTriggerDropdownOptions Method

Triggers are responsible for defining what their triggers actually are. This method is used to fetch the strings to display in the editor dropdowns for TrueTrigger and FalseTrigger.

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected abstract string[] GetTriggerDropdownOptions()

Return Value

Type: String
A string array of the desired dropdown options
See Also