Generate a signal for array ElementUpdatedEvents.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6339 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -129,6 +129,7 @@ public class GenActionScriptStreamableTask extends GenTask
|
||||
public final String writer;
|
||||
public final String dobjectField;
|
||||
public boolean dset;
|
||||
public boolean array;
|
||||
|
||||
public ASField (Field f, Set<String> imports)
|
||||
{
|
||||
@@ -147,6 +148,7 @@ public class GenActionScriptStreamableTask extends GenTask
|
||||
dset = true;
|
||||
imports.add("com.threerings.presents.dobj.DSet_Entry"); // Used for signals
|
||||
}
|
||||
array = f.getType().isArray();
|
||||
reader = ActionScriptUtils.toReadObject(f.getType());
|
||||
writer = ActionScriptUtils.toWriteObject(f.getType(), name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user