Skip to content

Commit 820dc21

Browse files
committed
Update FrameProvider.java
1 parent c31a619 commit 820dc21

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/providers

de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/providers/FrameProvider.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ public IlConstHandle ConvertOriginFrameType(ILconstInt i) {
3535
return new IlConstHandle("frameType", i.getVal());
3636
}
3737

38+
public IlConstHandle BlzGetFrameByName(ILconstString name, ILconstInt createContext) {
39+
return new IlConstHandle("framehandle", new FrameHandle());
40+
}
41+
3842
}

0 commit comments

Comments
 (0)