client: object composition directional access bitmask

This commit is contained in:
tomcylke
2021-09-09 14:08:10 -04:00
parent df0b7d9404
commit 0cb2dea4d9
10 changed files with 470 additions and 39 deletions

View File

@@ -1433,4 +1433,7 @@ public interface RSClient extends RSGameEngine, Client
RSClanSettings getGuestClanSettings();
ClanRank getClanRankFromRs(int rank);
@Import("readStringIntParameters")
RSIterableNodeHashTable readStringIntParameters(RSBuffer buffer, RSIterableNodeHashTable table);
}