Document keepLoaded more idk #829

This commit is contained in:
xen-42 2024-10-03 00:22:03 -04:00
parent c98bbc81b7
commit ff10ecc9ac

View File

@ -56,6 +56,7 @@ namespace NewHorizons.External.Modules.Props
/// <summary> /// <summary>
/// Should this detail stay loaded (visible and collideable) even if you're outside the sector (good for very large 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. /// 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. /// Most logic/behavior scripts will still only work inside the sector, as most of those scripts break if a sector is not provided.
/// </summary> /// </summary>
public bool keepLoaded; public bool keepLoaded;