update docs for keepLoaded

This commit is contained in:
JohnCorby 2024-03-17 16:58:51 -07:00
parent 172fdca398
commit ed0cb51ae0

View File

@ -54,7 +54,9 @@ namespace NewHorizons.External.Modules.Props
public string quantumGroupID; public string quantumGroupID;
/// <summary> /// <summary>
/// Should this detail stay loaded 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.
/// 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;