Skip to content

Commit

Permalink
maybe this will work??
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Nov 7, 2024
1 parent 6caf8a8 commit 4a6eec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions source/modding/Hscript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class Hscript extends FlxBasic {
return script.getAll();
}

public function getAll():Void {
var balls = {};
public function getAll():Dynamic {
var balls:Dynamic = {};

for (i in locals.keys())
Reflect.setField(balls, i, getVariable(i));
Expand Down
5 changes: 0 additions & 5 deletions source/modding/HscriptHelpers.hx

This file was deleted.

0 comments on commit 4a6eec1

Please sign in to comment.