This website requires JavaScript.
Explore
Discord
Patreon
Help
Sign In
liza
/
Questionable
Watch
2
Star
1
Fork
18
You've already forked Questionable
Code
Pull Requests
3
Releases
79
Activity
325b529337
Questionable
/
Questionable.Model
/
V1
/
EDialogChoiceType.cs
9 lines
102 B
C#
Raw
Normal View
History
Unescape
Escape
Handle configured dialogue prompts; hide UI in blacklisted territories; path updates Automatically handles: - SelectString - CutSceneSelectString - SelectYesno - Credit - Closing Unending Codex during 'Newfound Adventure'
2024-06-03 21:17:35 +00:00
namespace
Questionable.Model.V1
;
Update how quests are embedded
2024-06-14 09:37:33 +00:00
public
enum
EDialogChoiceType
Handle configured dialogue prompts; hide UI in blacklisted territories; path updates Automatically handles: - SelectString - CutSceneSelectString - SelectYesno - Credit - Closing Unending Codex during 'Newfound Adventure'
2024-06-03 21:17:35 +00:00
{
None
,
YesNo
,
Mini-YA
2024-06-06 16:49:49 +00:00
List
,
Handle configured dialogue prompts; hide UI in blacklisted territories; path updates Automatically handles: - SelectString - CutSceneSelectString - SelectYesno - Credit - Closing Unending Codex during 'Newfound Adventure'
2024-06-03 21:17:35 +00:00
}
Copy Permalink