From ff10ecc9ac81b0e6276054cbd3e7af43d3c14bab Mon Sep 17 00:00:00 2001 From: xen-42 Date: Thu, 3 Oct 2024 00:22:03 -0400 Subject: [PATCH] Document keepLoaded more idk #829 --- NewHorizons/External/Modules/Props/DetailInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/External/Modules/Props/DetailInfo.cs b/NewHorizons/External/Modules/Props/DetailInfo.cs index 171f1b64..9cc8feb0 100644 --- a/NewHorizons/External/Modules/Props/DetailInfo.cs +++ b/NewHorizons/External/Modules/Props/DetailInfo.cs @@ -56,6 +56,7 @@ namespace NewHorizons.External.Modules.Props /// /// Should this detail stay loaded (visible and collideable) even if you're outside the sector (good for very large props)? /// Also makes this detail visible on the map. + /// Keeping many props loaded is bad for performance so use this only when it's actually relevant /// Most logic/behavior scripts will still only work inside the sector, as most of those scripts break if a sector is not provided. /// public bool keepLoaded;