summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Constants.cs
diff options
context:
space:
mode:
authorZoryn <Zoryn4163@users.noreply.github.com>2016-03-27 07:15:17 -0400
committerZoryn <Zoryn4163@users.noreply.github.com>2016-03-27 07:15:17 -0400
commit8c2c3b6d035a413b0d5892e10f28bf7cbc08107c (patch)
tree3ad2068fc419338432c128e8e56a4ffdc5e2a767 /StardewModdingAPI/Constants.cs
parent11ed5a612b3e8265cc9cba400094417bf4c26208 (diff)
parent36a3401e14ce911e1c2a7855d2d4d9a709fbf526 (diff)
downloadSMAPI-8c2c3b6d035a413b0d5892e10f28bf7cbc08107c.tar.gz
SMAPI-8c2c3b6d035a413b0d5892e10f28bf7cbc08107c.tar.bz2
SMAPI-8c2c3b6d035a413b0d5892e10f28bf7cbc08107c.zip
Merge pull request #69 from Zoryn4163/master
lots of things
Diffstat (limited to 'StardewModdingAPI/Constants.cs')
-rw-r--r--StardewModdingAPI/Constants.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs
index ddd46115..4a01c38a 100644
--- a/StardewModdingAPI/Constants.cs
+++ b/StardewModdingAPI/Constants.cs
@@ -58,5 +58,10 @@ namespace StardewModdingAPI
/// Do not mark as 'const' or else 'if' checks will complain that the expression is always true in ReSharper
/// </summary>
public static bool EnableDrawingIntoRenderTarget => true;
+
+ /// <summary>
+ /// Completely overrides the base game's draw call to the one is SGame
+ /// </summary>
+ public static bool EnableCompletelyOverridingBaseCalls => true;
}
} \ No newline at end of file