NoOptionSelected

Field in Dialogue

Summary

The value to indicate to the dialogue runner that no option was selected and dialogue should fallthrough to the rest of the program.

public const int NoOptionSelected = -1;

Last updated

Was this helpful?