mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 12:54:46 +08:00
Moved entity sets checkboxlist to MLO Instance tab on entity panel. Added support for updating/saving MLO instance data. Added support for updating/saving TImeArchetype data.
This commit is contained in:
@@ -2012,6 +2012,10 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
public string GetShortNameLower()
|
||||
{
|
||||
if (NameLower == null)
|
||||
{
|
||||
NameLower = Name.ToLowerInvariant();
|
||||
}
|
||||
int ind = NameLower.LastIndexOf('.');
|
||||
if (ind > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user