Explorar o código

Prefab.removeInstance

trethaller %!s(int64=6) %!d(string=hai) anos
pai
achega
e2c415d070
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      hxd/prefab/Prefab.hx

+ 4 - 0
hxd/prefab/Prefab.hx

@@ -82,6 +82,10 @@ class Prefab {
 	public function updateInstance( ctx : Context, ?propName : String ) {
 	}
 
+	public function removeInstance( ctx : Context ) : Bool {
+		return false;
+	}
+
 	public function saveRec() : {} {
 		var obj : Dynamic = save();
 		obj.type = type;