api: add queueChangedVarp
This commit is contained in:
@@ -806,6 +806,13 @@ public interface Client extends GameEngine
|
|||||||
@VisibleForDevtools
|
@VisibleForDevtools
|
||||||
void setVarbitValue(int[] varps, int varbit, int value);
|
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.
|
* Gets the widget flags table.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user