소스 검색

add a toggle for the standard canSaveDynamicFields flipped by default to off so folks can bolt variables on the fly onto the spawner (like thing spawned, how many ect) without it poluting level saves

AzaezelX 4 년 전
부모
커밋
7e3e1941c6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui

+ 1 - 0
Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui

@@ -1082,6 +1082,7 @@ function ObjectBuilderGui::buildGeneralDropPoint(%this)
    %this.addField("spawnClass",     "TypeString",    "Spawn Class", "");
    %this.addField("spawnDatablock", "TypeString", "Spawn Data", "");
    %this.addField("spawnTransform", "TypeBool", "Spawn Here", "true");
+   %this.addField("canSaveDynamicFields", "TypeBool", "Save metadata", "false");
    %this.process();
 }