Skip to content

Commit

Permalink
Prefab.removeInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
trethaller committed Nov 14, 2018
1 parent 2c2687c commit e2c415d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hxd/prefab/Prefab.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2c415d

Please sign in to comment.