api: add queueChangedVarp

This commit is contained in:
Adam
2020-11-30 17:52:00 -05:00
parent 912847c1fd
commit 82f937ec5d

View File

@@ -806,6 +806,13 @@ public interface Client extends GameEngine
@VisibleForDevtools
void setVarbitValue(int[] varps, int varbit, int value);
/**
* Mark the given varp as changed, causing var listeners to be
* triggered next tick
* @param varp
*/
void queueChangedVarp(int varp);
/**
* Gets the widget flags table.
*