MCPcopy Create free account
hub / github.com/MaxBittker/rs-sdk / processWeakQueue

Method processWeakQueue

server/engine/src/engine/entity/Player.ts:920–930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

918 request.unlink();
919 }
920 }
921 }
922 }
923
924 processQueues() {
925 // the presence of a strong script closes modals before queue runs
926 for (const request of this.queue.all()) {
927 if (request.type === PlayerQueueType.STRONG) {
928 this.requestModalClose = true;
929 break;
930 }
931 }
932 if (this.requestModalClose) {
933 this.requestModalClose = false;

Callers 1

processQueuesMethod · 0.95

Calls 5

canAccessMethod · 0.95
executeScriptMethod · 0.95
allMethod · 0.45
unlinkMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected