We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe0055 commit b0f0486Copy full SHA for b0f0486
Engine/SpecialVars.cs
@@ -116,7 +116,7 @@ static SpecialVars()
116
/* ConfirmPreference */ typeof(ConfirmImpact),
117
/* ProgressPreference */ typeof(Enum),
118
/* InformationPreference */ typeof(ActionPreference),
119
- /* ErrorView */ typeof(ErrorView),
+ /* ErrorView */ typeof(Enum), //ErrorView type not available on PS3
120
};
121
122
internal enum AutomaticVariable
0 commit comments